{ "extends": "@tsconfig/strictest", "include": ["src/**/*"], "compilerOptions": { "allowImportingTsExtensions": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", "jsxImportSource": "preact", "module": "NodeNext", "noEmit": true, "target": "ES2022" } }