Skip to content

Commit 61ea5ae

Browse files
committed
build: use typescript to build the repository
1 parent baf7424 commit 61ea5ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"glob": "^7.0.3",
6060
"temp": "^0.8.3",
6161
"tslint": "^5.11.0",
62-
"typescript": "~2.9.2"
62+
"typescript": "~3.0.1"
6363
},
6464
"devDependencies": {
6565
"@ngtools/json-schema": "^1.1.0",

yarn.lock

+5-1
Original file line numberDiff line numberDiff line change
@@ -7667,14 +7667,18 @@ typedarray@^0.0.6:
76677667
version "0.0.6"
76687668
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
76697669

7670-
"typescript@>=2.6.2 <2.10", typescript@~2.9.2:
7670+
"typescript@>=2.6.2 <2.10":
76717671
version "2.9.2"
76727672
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
76737673

76747674
typescript@~2.6.2:
76757675
version "2.6.2"
76767676
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
76777677

7678+
"typescript@~2.9.2 || ~3.0.0", typescript@~3.0.1:
7679+
version "3.0.1"
7680+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
7681+
76787682
uglify-es@^3.3.4:
76797683
version "3.3.9"
76807684
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"

0 commit comments

Comments
 (0)