2
0
Эх сурвалжийг харах

add noEmit false to pdf-converter tsconfig

Futa Arai 1 жил өмнө
parent
commit
52fa2504b7

+ 3 - 0
apps/pdf-converter/tsconfig.build.json

@@ -1,4 +1,7 @@
 {
   "extends": "./tsconfig.json",
+  "compilerOptions": {
+    "noEmit": false,
+  },
   "exclude": ["node_modules", "dist", "test"]
 }