初始化
This commit is contained in:
13
{{cookiecutter.project_slug}}/ManagerUI/jsconfig.json
Normal file
13
{{cookiecutter.project_slug}}/ManagerUI/jsconfig.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user