Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Passing inlineSourcesMap and inlineSources instead of sourceMap
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Aug 28, 2017
1 parent c050187 commit 7596f75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -4,7 +4,8 @@
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build/",
"sourceMap": true
"inlineSourceMap": true,
"inlineSources": true
},
"include": ["./src/**/*"],
"exclude": ["**/*/__tests__/*"]
Expand Down

0 comments on commit 7596f75

Please sign in to comment.