This repository has been archived on 2025-12-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
site-template/ref/zod-form-renderer/tsconfig.node.json
T
2025-03-07 14:59:06 +01:00

12 lines
241 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"include": ["vite.config.ts"]
}