{ "$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 } }