Skip to content

Commit

Permalink
chore: inline sources in source maps (#2488)
Browse files Browse the repository at this point in the history
* chore: inline sources in source maps

* chore: sort tsconfig options

Co-authored-by: Nev <[email protected]>
Co-authored-by: Valentin Marchaud <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2021
1 parent d15127c commit f29434b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
"declaration": true,
"declarationMap": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"inlineSources": true,
"module": "commonjs",
"newLine": "LF",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noImplicitOverride": true,
"pretty": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "es2017",
"incremental": true,
"newLine": "LF"
"target": "es2017"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit f29434b

Please sign in to comment.