Files
Kristiyan Kostadinov 7b74bee5b4 build: switch adev tests away from protractor
Reworks the tests in adev not to depend on Protractor.
2026-08-14 08:22:34 -07:00

8 lines
141 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["es2015"],
"types": ["node", "jasmine", "selenium-webdriver"]
}
}