{ "compilerOptions": { "allowImportingTSExtensions": true, "baseDir": ".", "incremental": true, "lib": ["dom", "esnext", "esnext.iterator"], "module": "nodenext", "outdir": ".clover/ts", "paths": { "@/*": ["src/*"] }, "strict": true, "target": "es2022", "jsxImportSource": "#ssr", "jsx": "react-jsx" } }