build: update tsickle to 0.38.0 (#33717)

This is the tsickle version that supports TypeScript 3.7.

PR Close #33717
This commit is contained in:
Filipe Silva
2020-01-08 12:11:22 +00:00
committed by atscott
parent 62cb1b56dc
commit 2019b2c911
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@
"dependencies": {
"@microsoft/api-extractor": "^7.3.9",
"shelljs": "0.8.2",
"tsickle": "^0.37.1"
"tsickle": "^0.38.0"
},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",