Igor Minar
f2a545479d
test: explicitly turn off skipLibCheck for typings tests ( #34798 )
...
skipLibCheck=false is currently the default (in tsc 3.7.4) but it wouldn't be shocking if the default
changed in the future because skipLibCheck=true makes more sense in almost all scenarios. So just to be
defensive and explicit, I'm setting the flag to false even though it's the current default.
PR Close #34798
2020-01-16 12:06:57 -05:00
Igor Minar
7dc74decb7
test: make all typings integration tests use ts strict mode ( #34798 )
...
previously they didn't which was a bug/oversight.
PR Close #34798
2020-01-16 12:06:57 -05:00
Igor Minar
39ab72ebdc
build: dedupe dependencies in typings_test_ts3{6,7}/package.json ( #34798 )
...
we should try to reuse as many dependencies as we can from the top level node_modules.
PR Close #34798
2020-01-16 12:06:57 -05:00
Igor Minar
bf8ba89394
test: update typings test to use ts 3.7.4 instead of 3.7.3 ( #33717 )
...
Just to be consistent.
PR Close #33717
2020-01-14 16:42:22 -08:00
Filipe Silva
31abafe0a1
test: fix path to dist zone.js ( #33717 )
...
PR Close #33717
2020-01-14 16:42:22 -08:00
Filipe Silva
62cb1b56dc
test: add yarn.lock to typings_test_ts37 ( #33717 )
...
PR Close #33717
2020-01-14 16:42:21 -08:00
Andrius
1f79e624d1
build: typescript 3.7 support ( #33717 )
...
This PR updates TypeScript version to 3.7 while retaining compatibility with TS3.6.
PR Close #33717
2020-01-14 16:42:21 -08:00