fix(tsconfig): add noEmit param to awoid errors
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
/* Strictness & Safety */
|
||||
"strict": true,
|
||||
"allowJs": true,
|
||||
"noEmit": true,
|
||||
"checkJs": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
Reference in New Issue
Block a user