add jsconfig.json

This commit is contained in:
huzhushan 2021-07-28 15:13:03 +08:00
parent 21febfbaa5
commit b035c98c36

10
jsconfig.json Normal file
View File

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