ros2-robot-stack / apps /backend /tsconfig.json
root
fix(deploy): resolve build error and fix quality gates
ac73c0d
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": ["bun", "node"]
},
"include": ["src/**/*"]
}