diff --git a/client/tsconfig.json b/client/tsconfig.json index 2550a83..4006a22 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -12,6 +12,9 @@ "importHelpers": true, "target": "es2017", "module": "es2020", + "paths": { + "tslib" : ["f:/npm-repo/node_modules/tslib/tslib.d.ts"] + }, "lib": [ "es2018", "dom"