chore: update jsconfig

This commit is contained in:
bentz
2021-11-23 18:24:12 +08:00
parent 22e28788e4
commit 1a48b15592
2 changed files with 12 additions and 7 deletions

10
jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"experimentalDecorators": true
}
}