Skip to content

Commit

Permalink
Remove inlineSourceMap and inlineSources for generated JS (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytoucan authored and ferozco committed Jun 20, 2018
1 parent 217aaef commit 7aff077
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/generate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ export function createTsconfigJson(generateNodeCompatibleModule: boolean | undef
return {
compilerOptions: {
declaration: true,
inlineSourceMap: true,
inlineSources: true,
outDir: "../dist",
module: generateNodeCompatibleModule ? "commonjs" : "es2015",
moduleResolution: "node",
Expand Down

0 comments on commit 7aff077

Please sign in to comment.