Przeglądaj źródła

rename tsconfig.json -> tsconfig.build.json

Yuki Takei 5 lat temu
rodzic
commit
272b28f982
1 zmienionych plików z 1 dodań i 1 usunięć
  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,