CognxSafeTrack
Initial commit: Monorepo setup with React+Vite, Fastify, Prisma, and Docker Compose
cc442ef | { | |
| "extends": "@repo/tsconfig/vite-react.json", | |
| "compilerOptions": { | |
| "baseUrl": ".", | |
| "paths": { | |
| "@/*": [ | |
| "./src/*" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "src" | |
| ], | |
| "references": [ | |
| { | |
| "path": "./tsconfig.node.json" | |
| } | |
| ] | |
| } |