mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d081ef9b06
Replaces all `ng_package` rule with the new rule from `rules_angular`. PR Close #61843
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|