Skip to content

Commit 9302380

Browse files
committed
dev: Turn noEmitOnError false
This helps with local dev
1 parent 275a5ac commit 9302380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "esnext",
66
"moduleResolution": "node",
77
"noImplicitAny": true,
8-
"noEmitOnError": true,
8+
"noEmitOnError": false,
99
"esModuleInterop": true,
1010
"resolveJsonModule": true,
1111
"baseUrl": ".",

0 commit comments

Comments
 (0)