mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"verbatimModuleSyntax": false,
|
|
"noImplicitAny": false,
|
|
|
|
"types": [
|
|
"element-plus/global",
|
|
"@cool-vue/vite-plugin/client",
|
|
"./build/cool/eps.d.ts",
|
|
"./env.d.ts"
|
|
],
|
|
"paths": {
|
|
"/@/*": ["./src/*"],
|
|
"/$/*": ["./src/modules/*"],
|
|
"/#/*": ["./src/plugins/*"],
|
|
"/~/*": ["./packages/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|