初始化代码
This commit is contained in:
13
jsconfig.json
Normal file
13
jsconfig.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "commonjs",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"_c/*": ["src/components/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "protal"]
|
||||
}
|
||||
Reference in New Issue
Block a user