add no emit to tsconfig.json

This commit is contained in:
Val Erastov 2022-08-15 23:28:16 -07:00
parent 6172dded71
commit 05e8f5f2df

View file

@ -12,6 +12,7 @@
"module": "commonJS", "module": "commonJS",
"experimentalDecorators": true, "experimentalDecorators": true,
"skipLibCheck": true, "skipLibCheck": true,
"noEmit": true,
"paths": { "paths": {
"*": [ "*": [
"modules/*", "modules/*",