Skip to content

Commit e9fa48d

Browse files
committed
Update which files are published
1 parent efe1c6a commit e9fa48d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package-lock.json
2+
node_modules/
3+
src/
4+
tests/

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"forceConsistentCasingInFileNames": true,
55
"module": "commonjs",
66
"declaration": true,
7-
"declarationMap": true,
8-
"sourceMap": true,
7+
"declarationMap": false,
8+
"sourceMap": false,
99
"outDir": "./build",
1010
"skipLibCheck": true,
1111
"strict": true,

0 commit comments

Comments
 (0)