chore: 初始化文件结构
This commit is contained in:
20
jsconfig.app.json
Normal file
20
jsconfig.app.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"baseUrl": ".",
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@package-json": ["./package.json"],
|
||||
}
|
||||
},
|
||||
"exclude": [],
|
||||
"include": [
|
||||
"package.json",
|
||||
"src/**/*.js",
|
||||
"src/**/*.vue",
|
||||
"types/env.d.ts",
|
||||
"types/web.d.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user