Add jsconfig.json

This commit is contained in:
FairyEver 2019-08-29 13:37:41 +08:00
parent 473727b63f
commit 8ca656e07f
1 changed files with 11 additions and 0 deletions

11
jsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}