Yuki Takei 5 лет назад
Родитель
Сommit
6b3d5b8855

+ 4 - 4
packages/growi-bot-proxy/tsconfig.base.json

@@ -2,12 +2,12 @@
   "compilerOptions": {
     "target": "es2019",
     "module": "commonjs",
-    "isolatedModules": false,
-    "importHelpers": true,
+    "lib": ["dom", "dom.iterable", "esnext"],
     "sourceMap": true,
-    "removeComments": false,
     "noEmit": true,
-    "lib": ["dom", "dom.iterable", "esnext"],
+    "removeComments": false,
+    "importHelpers": true,
+    "isolatedModules": false,
 
     /* Strict Type-Checking Options */
     // "strict": true,

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

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