openvidu/backend/tsconfig.prod.json
2025-03-10 19:25:11 +01:00

9 lines
153 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noUnusedLocals": true,
"skipLibCheck": true
},
"exclude": ["**/*.test.ts", "*.test.tsx"]
}