Skip to content

Commit

Permalink
feat: add support for TypeScript 4.0 (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Sep 25, 2020
1 parent 86dbf21 commit 7b7f0a4
Show file tree
Hide file tree
Showing 33 changed files with 5,463 additions and 7,112 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ env:
- NG_CLI_ANALYTICS=false
- secure: HPaMw9w/sNMtubB8F1/+vqsPeYDQAsqmtHorlw9RIRmH4CCpN3IE/zrltM8ufX8GzToVnK5y3r2zgI+FrVomqAk6tH8nJe1v5bjMxxUDTI1YRfnPOnVxIXnxkQ+l0oZnDjXggfXtBnoLpoz++aHXoRKG+dPVAtur9tjZs2J1d/kNBnt2DWtk9Mb1J1EFVHVMCTD3/+KJzIhzLux8JUY8uxk5DfjKxTDmd24Qj7BGvaaVNmLJdMAVvXGnfV2e2vMbfxdH8rSZAr303GDAfkQama8W/YsQi5RFtxWXS/7bPTOUYSSD7sYqXYzYyW1LBZX0Fws9TOWX1pL5WT2TryP//Ccs4OE7w5Dkzfb2DmYNlWoPhSYj8w1y5RJ6PEzbOk0KkzEzbb5exVW4MHRTDb4LK4F5GhmtS30w9DFwRSfC2VeYmIoZwGxOZq4kT8pWjIAaD8jW7Lqmo/1dj0YBbQlLuvfBR0A9vtBYjbmrYcqMqu5FLyzHkwCdAh0z7vkJHk1BSi8oW5xs7Vvuaou0200aBbv6tt+NEhUjdm+h0IxM3eypqaQuIJGaofwLe0W/9SqRS3/72uae6qXUBREdJXjWJvrbFSR34LpHx0noPyil1H6VVJFSYjKqkj5h68U+CvK5BNAkGgRZLmwL8Q0fuWZGY8cEpnVFAX6qDHOLLS6aJYQ=
matrix:
- MODE=packages_smoke
- MODE=deploy_docs
- MODE=browserstack_e2e
- MODE=browserstack_unit_test
- MODE=build
- MODE=docs
- MODE=lint
- MODE=deploy_dev
- MODE=publish_dev
- MODE=packages_smoke
- MODE=deploy_docs
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"declaration": false,
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
Expand Down

0 comments on commit 7b7f0a4

Please sign in to comment.