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