Sfoglia il codice sorgente

add noEmit false to pdf-converter tsconfig

Futa Arai 1 anno fa
parent
commit
52fa2504b7
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"]
 }