{ "compilerOptions": { "noEmit": true, "strict": true, "allowJs": true, "jsx": "react-jsx", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "jsxImportSource": "preact", "module": "nodenext", "moduleResolution": "nodenext", "target": "esnext", "noImplicitAny": true, "downlevelIteration": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "allowImportingTsExtensions": true } }