Gridlock / app /frontend /tsconfig.node.json
parvmittal07's picture
Initial Demo complete
01eb82e
Raw
History Blame Contribute Delete
256 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"],
"strict": true
},
"include": ["vite.config.ts"]
}