{ "extends": "@tsconfig/recommended/tsconfig.json", "compilerOptions": { "target": "es2020", "module": "es2020", "moduleResolution": "bundler", "experimentalDecorators": true, "useDefineForClassFields": false, "noImplicitOverride": true, "types": [], "lib": ["es2020", "dom"], "incremental": true, "skipDefaultLibCheck": true, "allowSyntheticDefaultImports": true, "allowImportingTsExtensions": true, "allowJs": true, "jsx": "preserve", "jsxImportSource": "preact", "paths": { "$/*": ["./src/*"] } } }