sepiatones_xyz/tsconfig.json

16 lines
362 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"module": "ES2022",
"moduleResolution": "node",
"skipLibCheck": true,
"strict": true,
"target": "ES2021",
"types": ["bun-types"],
"jsx": "react",
"jsxFactory": "Html.createElement",
"jsxFragmentFactory": "Html.Fragment"
}
}