add jsconfig.json

This commit is contained in:
不做码农 2022-06-11 14:00:10 +08:00
parent 949b73a7de
commit 29d1d01b3b

11
jsconfig.json Normal file
View File

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