physix-live / frontend /tsconfig.node.json
Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"outDir": "./dist-ts-build",
"types": ["node"]
},
"include": ["vite.config.ts"]
}