{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "jsxImportSource": "preact", "strict": true, "noEmit": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src"] }