Skip to content

Commit da2b9cc

Browse files
committed
Publish types and sourcemaps
Enables publishing types and sourcemap files to NPM.
1 parent 5d60d98 commit da2b9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3+
"declaration": true,
4+
"declarationMap": true,
5+
"sourceMap": true,
36
"target": "es2018",
47
"module": "commonjs",
58
"strict": true,

0 commit comments

Comments
 (0)