Created the jsconfig.json
This commit is contained in:
parent
701bc38d64
commit
8d4cdae2f7
8
webui/jsconfig.json
Normal file
8
webui/jsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user