reckue-dev/packages/shared/tsconfig.json
claude 703c254074 Initial monorepo structure: NestJS API + Next.js Web + Rust Agent
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 16:36:22 +05:00

12 lines
202 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}