| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "lib": ["DOM", "DOM.Iterable", "ES2023"], | |
| "jsx": "react-jsx", | |
| "allowImportingTsExtensions": true, | |
| "noEmit": true | |
| }, | |
| "include": ["src", "client/src"] | |
| } | |
| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "lib": ["DOM", "DOM.Iterable", "ES2023"], | |
| "jsx": "react-jsx", | |
| "allowImportingTsExtensions": true, | |
| "noEmit": true | |
| }, | |
| "include": ["src", "client/src"] | |
| } | |