Files
snatchgame/client/tsconfig.prod.json

10 lines
198 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitAny": false,
"strict": false,
"skipLibCheck": true
}
}