onos/web/gui2/tsconfig-test.json
Sean Condon a3ad779274 Added back in Bazel tests for gui2-fw-lib and gui2-topo-lib
Also used a named path in typescript for gui2-fw-lib

Change-Id: I7233565e53b9b86e1766228ecc96b21ea6f7499d
2020-01-08 13:11:31 +00:00

7 lines
88 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jasmine"]
}
}