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