Explorar o código

add noEmit false to pdf-converter tsconfig

Futa Arai hai 1 ano
pai
achega
52fa2504b7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      apps/pdf-converter/tsconfig.build.json

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

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