Răsfoiți Sursa

add tsc-alias

Yuki Takei 5 ani în urmă
părinte
comite
1cf4eb91e8

+ 1 - 1
packages/growi-bot-proxy/package.json

@@ -35,7 +35,7 @@
     "ts-jest": "^26.5.4",
     "ts-jest": "^26.5.4",
     "ts-node": "^9.1.1",
     "ts-node": "^9.1.1",
     "ts-node-dev": "^1.1.6",
     "ts-node-dev": "^1.1.6",
-    "tsc-alias": "^1.2.8",
+    "tsc-alias": "1.2.6",
     "typescript": "^4.2.3"
     "typescript": "^4.2.3"
   }
   }
 }
 }

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

@@ -7,7 +7,7 @@
     "noEmit": true,
     "noEmit": true,
     "removeComments": false,
     "removeComments": false,
     "importHelpers": true,
     "importHelpers": true,
-    "isolatedModules": false,
+    "isolatedModules": true,
 
 
     /* Strict Type-Checking Options */
     /* Strict Type-Checking Options */
     // "strict": true,
     // "strict": true,

+ 1 - 2
packages/growi-bot-proxy/tsconfig.json

@@ -1,8 +1,7 @@
 {
 {
   "extends": "./tsconfig.base.json",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
   "compilerOptions": {
-    "baseUrl": ".",
-    "outDir": "./dist",
+    "outDir": "dist",
     "declaration": true,
     "declaration": true,
     "noResolve": false,
     "noResolve": false,
     "preserveConstEnums": true,
     "preserveConstEnums": true,

+ 4 - 4
yarn.lock

@@ -16406,10 +16406,10 @@ ts-node@^9.0.0, ts-node@^9.1.1:
     source-map-support "^0.5.17"
     source-map-support "^0.5.17"
     yn "3.1.1"
     yn "3.1.1"
 
 
-tsc-alias@^1.2.8:
-  version "1.2.8"
-  resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.2.8.tgz#d88bfce778c0b31d095a132209b4eefe7e16cc16"
-  integrity sha512-29WMSalu0cW/VuNeTEs/CPjz5z5Ae2ZBlTV0gjeoQwJNjZ5sDyPmu1C0rDmvOLPEJyo/iwqOMtNAlG17fEqBCw==
+tsc-alias@1.2.6:
+  version "1.2.6"
+  resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.2.6.tgz#d35811e50fde00491d32d859ed200b64d7c6f8ad"
+  integrity sha512-Zqny9ypQNt5UO2f2KPVM9pqamSOGdfyXPPqGgB8ypi6bP3m5yjysHEFn7ZhVpYA4TF1XA27GJMH/0twLqjCyhg==
   dependencies:
   dependencies:
     "@jfonx/console-utils" "^1.0.3"
     "@jfonx/console-utils" "^1.0.3"
     "@jfonx/file-utils" "^3.0.1"
     "@jfonx/file-utils" "^3.0.1"