generated from duanshuwen/webapp-vue-frontend
feat: 问卷功能开发
This commit is contained in:
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@common": ["src/common/*"],
|
||||
"@api": ["src/api/*"],
|
||||
"@utils": ["src/utils/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["src/**/*", "**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user