{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "noEmit": true, "jsx": "react-jsx", "jsxImportSource": "preact", "esModuleInterop": true, "skipLibCheck": true, "paths": {} } }