From 389020e14594e4894e28d1eb9103c210b142509e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 23 May 2024 18:45:13 +0200 Subject: Adding upstream version 18.2.3. Signed-off-by: Daniel Baumann --- src/pybind/mgr/dashboard/frontend/tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/pybind/mgr/dashboard/frontend/tsconfig.json') diff --git a/src/pybind/mgr/dashboard/frontend/tsconfig.json b/src/pybind/mgr/dashboard/frontend/tsconfig.json index e0cf323fd..dd2162a1f 100644 --- a/src/pybind/mgr/dashboard/frontend/tsconfig.json +++ b/src/pybind/mgr/dashboard/frontend/tsconfig.json @@ -22,7 +22,13 @@ "baseUrl": "./", "resolveJsonModule": true, "paths": { - "~/*": ["src/*"] + "~/*": ["src/*"], + "timers": [ + "node_modules/timers-browserify" + ], + "stream": [ + "node_modules/stream-browserify" + ] }, "typeRoots": ["node_modules/@types"], "lib": ["es2017", "dom"], -- cgit v1.2.3