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 4102db7 commit cbfcaf4Copy full SHA for cbfcaf4
tsconfig.json
@@ -1,11 +1,11 @@
1
{
2
"compilerOptions": {
3
- "target": "esnext",
+ "target": "ES2019",
4
"module": "commonjs",
5
"rootDir": "./src",
6
"outDir": "./dist",
7
"strict": true,
8
- "typeRoots" : ["./node_modules/@types", "./@types"],
+ "typeRoots": ["./node_modules/@types", "./@types"],
9
"esModuleInterop": true,
10
"resolveJsonModule": true,
11
"declaration": true,
0 commit comments