ITZX-Clubs-Home-Web/tsconfig.app.json
Litrix 45673ea029 feat: 改为静态路由
更改路由为静态路由
2024-05-10 17:59:25 +08:00

18 lines
452 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"noImplicitAny": true,
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"types": ["unplugin-icons/types/vue"],
"jsx": "preserve",
"jsxImportSource": "vue"
}
}