Skip to content

Commit 6c7b2b7

Browse files
committed
update: sourceMap:false and gitignore
1 parent d0a0a8d commit 6c7b2b7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
node_modules
22
build
33
todo.md
4-
yes.json
5-
output.jpg
64
etc
7-
test.js
8-
output.html
9-
output.png
5+
debug
106
.vscode

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"incremental": true,
66
"preserveConstEnums": true,
77
"outDir": "build",
8-
"sourceMap": true,
98
"strict": true,
109
"esModuleInterop": true,
1110
"target": "ES2019",

0 commit comments

Comments
 (0)