We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6f08b commit 4c20c4aCopy full SHA for 4c20c4a
test/integration/typescript/tsconfig.json
@@ -4,7 +4,7 @@
4
"moduleResolution": "node",
5
"target": "es5",
6
"noImplicitAny": false,
7
- "lib": ["es2015"],
+ "lib": ["es2018"],
8
"outDir": "lib",
9
"typeRoots": [
10
"node_modules/@types"
tsconfig.json
@@ -12,10 +12,8 @@
12
"strictNullChecks": true,
13
"strictFunctionTypes": true,
14
//"strictPropertyInitialization": true,
15
16
17
- // We manually craft typings in src/index.d.ts instead of auto-generating them.
18
- // "declaration": true,
19
"rootDir": "."
20
},
21
"files": [
0 commit comments