We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a0a8d commit 6c7b2b7Copy full SHA for 6c7b2b7
.gitignore
@@ -1,10 +1,6 @@
1
node_modules
2
build
3
todo.md
4
-yes.json
5
-output.jpg
6
etc
7
-test.js
8
-output.html
9
-output.png
+debug
10
.vscode
tsconfig.json
@@ -5,7 +5,6 @@
"incremental": true,
"preserveConstEnums": true,
"outDir": "build",
- "sourceMap": true,
"strict": true,
"esModuleInterop": true,
11
"target": "ES2019",
0 commit comments