mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
aef489dae5
This also introduced a local direction signal so it can be written from the outside PR Close #62550
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "@bazel/tsetse",
|
|
"disabledRules": [
|
|
"must-use-promises"
|
|
]
|
|
}
|
|
],
|
|
"types": ["jasmine", "node"],
|
|
"paths": {}
|
|
}
|
|
} |