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",
"experimentalDecorators": true,
"skipLibCheck": true,
"noEmit": true,
"paths": {
"*": [
"modules/*",