mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use the protractor rules from `@rules_browsers` for the module directory. PR Close #62342
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2020", "dom"],
|
|
"types": ["node"],
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
}
|
|
}
|