Browse Source

add noEmit false to pdf-converter tsconfig

Futa Arai 1 year ago
parent
commit
52fa2504b7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      apps/pdf-converter/tsconfig.build.json

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

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