tsconfig.json
@@ -4,13 +4,15 @@ "experimentalDecorators": true, "module": "esnext", "target": "esnext", "moduleResolution": "bundler", "moduleResolution": "node", "strict": true, "incremental": true, "resolveJsonModule": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "noUnusedParameters": true, "esModuleInterop": true, "jsx": "react-jsx", "jsxImportSource": "preact"