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 efe1c6a commit e9fa48dCopy full SHA for e9fa48d
.npmignore
@@ -0,0 +1,4 @@
1
+package-lock.json
2
+node_modules/
3
+src/
4
+tests/
tsconfig.json
@@ -4,8 +4,8 @@
"forceConsistentCasingInFileNames": true,
5
"module": "commonjs",
6
"declaration": true,
7
- "declarationMap": true,
8
- "sourceMap": true,
+ "declarationMap": false,
+ "sourceMap": false,
9
"outDir": "./build",
10
"skipLibCheck": true,
11
"strict": true,
0 commit comments