sitegen/tsconfig.json

13 lines
293 B
JSON

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