vitorsalgado/react-web-starter

View on GitHub
tsconfig.test.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "noUnusedParameters": false,
    "noUnusedLocals": false,
    "allowUnusedLabels": true
  }
}