mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5472c28fa1
Checks the `.ng-dev` tool configuration in CI, compared to doing it locally when the caretaker intends to perform a merge and then realizes the config is broken. PR Close #43322
11 lines
164 B
JSON
11 lines
164 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": []
|
|
},
|
|
}
|