angular-docs-cn/packages/tsconfig-test.json
Alex Rickabaugh 44b1ce6c72 Revert "build: disable must-use-promises check in ts_library tsetse for tests as... (#31019)" (#31267)
This reverts commit 5bec68369226ba6a3a13afbf0b7862abfdf04109.

Reason: this causes failures in g3 with i18n extraction. See #31267.

PR Close #31267
2019-06-25 14:36:00 -07:00

14 lines
261 B
JSON

/**
* Root tsconfig file for use in all tests.
*/
{
"extends": "./tsconfig-build.json",
"compilerOptions": {
"types": ["node", "jasmine"],
},
"bazelOptions": {
"suppressTsconfigOverrideWarnings": true,
"devmodeTargetOverride": "es5"
}
}