naturalcad / apps /web-visualizer /tsconfig.node.json
noahlee1234
Initial NaturalCAD MVP
010bc6c
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}