mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7b74bee5b4
Reworks the tests in adev not to depend on Protractor.
8 lines
141 B
JSON
8 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasmine", "selenium-webdriver"]
|
|
}
|
|
}
|