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
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasmine"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node10",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
}
|
|
}
|