Revision 3d71d9ddd9ffa138af4e5f4230132b7632070ba3 authored by Alex Rickabaugh on 16 March 2023, 19:01:11 UTC, committed by Alex Rickabaugh on 16 March 2023, 19:08:14 UTC
1 parent c981644
Raw File
tsconfig-test.json
/**
 * Root tsconfig file for use in all tests.
 */
{
  "extends": "./tsconfig-build.json",
  "compilerOptions": {
    "types": ["node", "jasmine"],
    "plugins": [{
        "name": "@bazel/tsetse",
        "disabledRules": ["must-use-promises"]
    }]
  },
  "bazelOptions": {
    "suppressTsconfigOverrideWarnings": true
  }
}
back to top