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 0e20289 commit c39c9deCopy full SHA for c39c9de
tsconfig.json
@@ -3,10 +3,10 @@
3
"strict": true,
4
"moduleResolution": "node",
5
"esModuleInterop": true,
6
+ "target": "ES5",
7
"module": "ES6",
- "target": "ES6",
8
"declaration": true,
9
- "declarationDir": "./dist/types",
+ "declarationDir": "dist/types",
10
"allowSyntheticDefaultImports": true,
11
"typeRoots": ["node_modules/@types", "./types"]
12
},
0 commit comments