Files
vue-vben-admin/internal/tsconfig/web.json
2023-11-08 23:50:11 +08:00

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"]
}
}