Files
wukuang/tsconfig.web.json
T

16 lines
437 B
JSON
Raw Normal View History

2026-05-23 14:05:22 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Web",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "vue",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"useDefineForClassFields": true,
"moduleResolution": "bundler",
"types": ["vite/client", "element-plus-cisdi/global"],
"allowImportingTsExtensions": true,
"declaration": false
}
}