Skip to content

Commit a743743

Browse files
committed
Don't generate type and sourcemap files
1 parent 7f8d835 commit a743743

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
"noImplicitReturns": true,
1010
"noUnusedParameters": true,
1111
"resolveJsonModule": true,
12-
"declaration": true,
13-
"sourceMap": true,
1412
"outDir": "dist",
1513
"rootDir": "src"
1614
},

0 commit comments

Comments
 (0)