CognxSafeTrack
Initial commit: Monorepo setup with React+Vite, Fastify, Prisma, and Docker Compose
cc442ef | { | |
| "compilerOptions": { | |
| "composite": true, | |
| "skipLibCheck": true, | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "allowSyntheticDefaultImports": true | |
| }, | |
| "include": [ | |
| "vite.config.ts" | |
| ] | |
| } |