]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dasbhoard: add shortcut
authorĐặng Minh Dũng <dungdm93@live.com>
Mon, 2 Nov 2020 03:09:54 +0000 (10:09 +0700)
committerĐặng Minh Dũng <dungdm93@live.com>
Tue, 10 Nov 2020 11:12:05 +0000 (18:12 +0700)
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
src/pybind/mgr/dashboard/frontend/tsconfig.json

index 29443d44f4b3d694e824d95621a08d95fea49b44..388a019acc8ef616930e9a26fba8e7b98e6f50d6 100644 (file)
@@ -4,7 +4,6 @@
     "downlevelIteration": true,
     "esModuleInterop": true,
     "importHelpers": true,
-    "module": "es2020",
     "outDir": "./dist/out-tsc",
     "sourceMap": true,
     "declaration": false,
     "noImplicitAny": true,
     "suppressImplicitAnyIndexErrors": true,
     "target": "es2015",
+    "module": "es2020",
+    "baseUrl": "./",
+    "paths": {
+      "~/*": ["src/*"]
+    },
     "typeRoots": [
       "node_modules/@types"
     ],