angular/devtools/tsconfig-test.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
252 B
JSON
Raw Normal View History

2020-01-27 18:40:18 +00:00
{
"extends": "./tsconfig.json",
2020-01-27 18:40:18 +00:00
"compilerOptions": {
"plugins": [
{
"name": "@bazel/tsetse",
"disabledRules": [
"must-use-promises"
]
}
],
"types": ["jasmine", "node"],
"paths": {}
}
}