diff --git a/tsconfig.json b/tsconfig.json index c1b90d97..4de46e64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,8 @@ "module": "CommonJS", "target": "es2017", "rootDir": "fontes", + "sourceRoot": "fontes", + "mapRoot": "dist", "allowJs": true, "sourceMap": true, "declaration": true,