diff --git a/tsconfig.json b/tsconfig.json index ae338fd..860ba51 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "allowJs": true, "jsx": "react", "sourceMap": true, + "inlineSources": true, "outDir": "./dist", "strict": true, "rootDir": "./src",