This commit is contained in:
hh
2020-11-10 16:55:09 +08:00
parent 440ecaf0ac
commit 0ce7120d13
4 changed files with 88 additions and 2 deletions

13
jsconfig.json Normal file
View File

@ -0,0 +1,13 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}