chore(tsconfig): add 'noEmitOnError' option to tsconfig.json

This commit is contained in:
sethburkart123
2024-09-09 17:45:47 +10:00
parent 6b20c13705
commit ae1b676fc3
+1 -1
View File
@@ -10,9 +10,9 @@
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": false,
"jsx": "react-jsx",
/* Linting */