We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18442b0 commit b74dc16Copy full SHA for b74dc16
tsconfig.json
@@ -4,9 +4,9 @@
4
"esModuleInterop": true,
5
"outDir": "dist",
6
"moduleResolution": "node",
7
- "declaration": true,
8
"target": "es6",
9
- "sourceMap": false
+ "sourceMap": false,
+ "declaration": true
10
},
11
"include": ["src/**/*"],
12
"exclude": ["node_modules", "**/*.test.js"]
tsconfig.test.json
@@ -1,12 +1,12 @@
1
{
2
"compilerOptions": {
3
- "allowJs": true,
"allowSyntheticDefaultImports": true,
"target": "esnext",
- "sourceMap": true
+ "sourceMap": true,
+ "allowJs": true
0 commit comments