Skip to content

Commit bd17471

Browse files
committed
Attempting typescript update
1 parent b2e6e11 commit bd17471

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/deep-graphql-binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslint": "5.20.0",
5757
"tslint-config-prettier": "1.18.0",
5858
"tslint-config-standard": "8.0.1",
59-
"typescript": "^3.7.2"
59+
"typescript": "^4.5.4"
6060
},
6161
"private": true
6262
}

packages/deep-graphql-binding/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
"esModuleInterop": true,
1515
"lib": ["dom", "esnext", "es2016"]
1616
},
17-
"exclude": ["node_modules", "dist", "examples"],
18-
"typeRoots": ["node_modules/@types"],
19-
"types": ["node"]
17+
"exclude": ["node_modules", "dist", "examples"]
2018
}

packages/tools/web-dev-server.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: Update to @rollup/plugin-graphql
12
import rollupGraphQL from '@apollo-elements/rollup-plugin-graphql';
23
import rollupReplace from '@rollup/plugin-replace';
34
import { fromRollup } from '@web/dev-server-rollup';

0 commit comments

Comments
 (0)