mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 13:12:26 +00:00
14 lines
367 B
JSON
14 lines
367 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Web Application",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"useDefineForClassFields": true,
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "bundler",
|
|
"types": ["vite/client", "@vben/typings/global"]
|
|
}
|
|
}
|