This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b99b80c18b
angular-cn
/
modules
/
benchmarks
/
tsconfig-e2e.json
7 lines
87 B
JSON
Raw
Normal View
History
Unescape
Escape
build: convert largeform benchmarks to bazel (#28645) Switches the `largeform` benchmarks to Bazel. This is the last remaining e2e test within `modules/`. PR Close #28645
2019-02-11 15:04:06 -05:00
{
"compilerOptions"
:
{
"lib"
:
[
"es2015"
]
,
refactor(benchpress): added tsconfig and fixed ts errors (#35127) PR Close #35127
2020-02-03 13:59:39 -05:00
"types"
:
[
"node"
,
"jasmine"
]
build: convert largeform benchmarks to bazel (#28645) Switches the `largeform` benchmarks to Bazel. This is the last remaining e2e test within `modules/`. PR Close #28645
2019-02-11 15:04:06 -05:00
}
}