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