mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
059fb06b9f
Use the protractor rules from `@rules_browsers` for the module directory. PR Close #62342
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasmine"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node10",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
}
|
|
}
|