edtech / apps /web /tsconfig.node.json
CognxSafeTrack
Initial commit: Monorepo setup with React+Vite, Fastify, Prisma, and Docker Compose
cc442ef
raw
history blame contribute delete
252 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}