Skip to content

Commit

Permalink
remove noEmit from core
Browse files Browse the repository at this point in the history
  • Loading branch information
JedrekDabrowski committed Nov 14, 2022
1 parent 9917a94 commit 98655b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/graphql-zeus-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "graphql-zeus-core",
"version": "5.2.0",
"private": false,
"main": "./lib/index.js",
"scripts": {
"build": "ttsc --build tsconfig.build.json",
"start": "ttsc --build tsconfig.build.json --watch",
Expand Down
1 change: 0 additions & 1 deletion packages/graphql-zeus-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"strictNullChecks": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"outDir": "./lib",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"rootDir": "./",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,7 @@
"version" "5.2.0"
dependencies:
"cross-fetch" "^3.0.4"
"graphql-zeus-core" "*"
"yargs" "^16.1.1"

"graphql@*", "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "graphql@^14.0.0 || ^15.0.0 || ^16.0.0", "graphql@^16.5.0", "graphql@>=0.11 <=16":
Expand Down

0 comments on commit 98655b8

Please sign in to comment.