Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Commit c8416fb

Browse files
committed
chore: fix build process
1 parent 0279aa0 commit c8416fb

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"devDependencies": {
2121
"@angular/core": "^2.4.8",
2222
"@types/chai": "^3.4.0",
23+
"@types/core-js": "^0.9.35",
24+
"@types/graphql": "^0.8.6",
2325
"@types/jasmine": "^2.5.36",
2426
"@types/lodash": "^4.14.50",
2527
"@types/long": "^3.0.31",

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"types": [
1515
"node",
1616
"jasmine",
17-
"chai"
17+
"chai",
18+
"core-js",
19+
"graphql"
1820
]
1921
},
2022
"formatCodeOptions": {

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
version "3.4.35"
8383
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-3.4.35.tgz#e8d65f83492d2944f816fc620741821c28a8c900"
8484

85+
"@types/core-js@^0.9.35":
86+
version "0.9.35"
87+
resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-0.9.35.tgz#444064e63711cdcc62ea844d27642f6efc2285f2"
88+
89+
"@types/graphql@^0.8.6":
90+
version "0.8.6"
91+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.8.6.tgz#b34fb880493ba835b0c067024ee70130d6f9bb68"
92+
8593
"@types/jasmine@^2.5.36":
8694
version "2.5.43"
8795
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.5.43.tgz#6328a8c26082f2fd84f043c802c9ed7fa110b2dd"

0 commit comments

Comments
 (0)