diff --git a/commons/tsconfig.json b/commons/tsconfig.json index 75aef78c1..176b30ec5 100644 --- a/commons/tsconfig.json +++ b/commons/tsconfig.json @@ -17,6 +17,7 @@ "outDir": "dist/", "rootDir": "./src", "allowJs": true, + "declarationMap":true, "sourceMap": true }, "include": ["./src"],