Sfoglia il codice sorgente

rename tsconfig.json -> tsconfig.build.json

Yuki Takei 5 anni fa
parent
commit
272b28f982
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/growi-bot-proxy/tsconfig.build.json

+ 1 - 1
packages/growi-bot-proxy/tsconfig.json → packages/growi-bot-proxy/tsconfig.build.json

@@ -1,5 +1,5 @@
 {
-  "extends": "./tsconfig.base.json",
+  "extends": "./tsconfig.json",
   "compilerOptions": {
     "outDir": "dist",
     "declaration": true,