| | |
| | | { |
| | | "compilerOptions": { |
| | | "lib": [ |
| | | "esnext" |
| | | ], |
| | | "lib": ["esnext", "DOM", "DOM.Iterable"], |
| | | "experimentalDecorators": true, |
| | | "module": "esnext", |
| | | "target": "esnext", |
| | | "moduleResolution": "node", |
| | |
| | | "forceConsistentCasingInFileNames": true, |
| | | "esModuleInterop": true, |
| | | "jsx": "react-jsx", |
| | | "jsxImportSource": "preact" |
| | | "jsxImportSource": "preact", |
| | | }, |
| | | "include": [ |
| | | "**/*.ts", |
| | | "**/*.tsx", |
| | | "./package.json" |
| | | ], |
| | | "exclude": [ |
| | | "build/**/*.d.ts" |
| | | ] |
| | | "include": ["**/*.ts", "**/*.tsx", "./package.json"], |
| | | "exclude": ["build/**/*.d.ts"], |
| | | } |