| | |
| | | { |
| | | "compilerOptions": { |
| | | "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", |
| | | "target": "ES2023", |
| | | "useDefineForClassFields": true, |
| | | "lib": ["ES2023", "DOM", "DOM.Iterable"], |
| | | "module": "ESNext", |
| | | "types": ["vite/client"], |
| | | "skipLibCheck": true, |
| | | "compilerOptions": { |
| | | "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", |
| | | "target": "ES2023", |
| | | "useDefineForClassFields": true, |
| | | "lib": ["ES2023", "DOM", "DOM.Iterable"], |
| | | "module": "ESNext", |
| | | "types": ["vite/client"], |
| | | "skipLibCheck": true, |
| | | |
| | | /* Bundler mode */ |
| | | "moduleResolution": "bundler", |
| | | "allowImportingTsExtensions": true, |
| | | "verbatimModuleSyntax": true, |
| | | "moduleDetection": "force", |
| | | "noEmit": true, |
| | | "jsx": "react-jsx", |
| | | /* Bundler mode */ |
| | | "moduleResolution": "bundler", |
| | | "allowImportingTsExtensions": true, |
| | | "verbatimModuleSyntax": true, |
| | | "moduleDetection": "force", |
| | | "noEmit": true, |
| | | "jsx": "react-jsx", |
| | | |
| | | /* Linting */ |
| | | "strict": true, |
| | | "noUnusedLocals": true, |
| | | "noUnusedParameters": true, |
| | | "erasableSyntaxOnly": true, |
| | | "noFallthroughCasesInSwitch": true, |
| | | "noUncheckedSideEffectImports": true |
| | | }, |
| | | "include": ["src"] |
| | | /* Linting */ |
| | | "strict": true, |
| | | "noUnusedLocals": true, |
| | | "noUnusedParameters": true, |
| | | "erasableSyntaxOnly": true, |
| | | "noFallthroughCasesInSwitch": true, |
| | | "noUncheckedSideEffectImports": true |
| | | }, |
| | | "include": ["src", "example", "test"] |
| | | } |