{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "jsxImportSource": "preact", "noEmit": true, "skipLibCheck": true, "strict": false }, "include": ["js/**/*.ts", "js/**/*.tsx"] }