{ "compilerOptions": { "lib": ["ESNext", "DOM"], "module": "esnext", "target": "esnext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "jsxImportSource": "preact" } }