diff --git a/tsconfig.base.json b/tsconfig.base.json index 68a576e86..6351b4726 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -8,6 +8,7 @@ "experimentalDecorators": true, "declaration": true, "sourceMap": true, + "sourceRoot": ".", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true,