mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
3ada755dcc
commit
164c27e3bc
6334
pnpm-lock.yaml
6334
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
2
env.d.ts → src/vite-env.d.ts
vendored
2
env.d.ts → src/vite-env.d.ts
vendored
@ -1,3 +1,5 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
interface ImportMetaEnv {
|
interface ImportMetaEnv {
|
||||||
readonly VITE_NAME: string;
|
readonly VITE_NAME: string;
|
||||||
readonly VITE_TIMEOUT: number;
|
readonly VITE_TIMEOUT: number;
|
@ -11,12 +11,7 @@
|
|||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": ["esnext", "dom", "WebWorker"],
|
"lib": ["esnext", "dom", "WebWorker"],
|
||||||
"types": [
|
"types": ["element-plus/global", "@cool-vue/vite-plugin/client", "./build/cool/eps.d.ts"],
|
||||||
"vite/client",
|
|
||||||
"element-plus/global",
|
|
||||||
"@cool-vue/vite-plugin/client",
|
|
||||||
"./build/cool/eps.d.ts"
|
|
||||||
],
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"/@/*": ["./src/*"],
|
"/@/*": ["./src/*"],
|
||||||
"/$/*": ["./src/modules/*"],
|
"/$/*": ["./src/modules/*"],
|
||||||
@ -24,6 +19,6 @@
|
|||||||
"/~/*": ["./packages/*"]
|
"/~/*": ["./packages/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "env.d.ts"],
|
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user