From: Đặng Minh Dũng Date: Mon, 2 Nov 2020 03:09:54 +0000 (+0700) Subject: mgr/dasbhoard: add shortcut X-Git-Tag: v16.1.0~629^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=211ae10315f70ce238c0da6bd70ed1bb4b8ff56a;p=ceph.git mgr/dasbhoard: add shortcut Signed-off-by: Đặng Minh Dũng --- diff --git a/src/pybind/mgr/dashboard/frontend/tsconfig.json b/src/pybind/mgr/dashboard/frontend/tsconfig.json index 29443d44f4b3..388a019acc8e 100644 --- a/src/pybind/mgr/dashboard/frontend/tsconfig.json +++ b/src/pybind/mgr/dashboard/frontend/tsconfig.json @@ -4,7 +4,6 @@ "downlevelIteration": true, "esModuleInterop": true, "importHelpers": true, - "module": "es2020", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, @@ -19,6 +18,11 @@ "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "target": "es2015", + "module": "es2020", + "baseUrl": "./", + "paths": { + "~/*": ["src/*"] + }, "typeRoots": [ "node_modules/@types" ],