Skip to content

Commit

Permalink
fix(tsconfig): disable sourceMap (#158)
Browse files Browse the repository at this point in the history
* fix(tsconfig): inline sources true
See nrwl/nx#11179

* fix(tsconfig): disable sourceMap

* patch(tsconfig): restore declaration
  • Loading branch information
thompsonsj authored Aug 6, 2024
1 parent 642934c commit 1a01dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"sourceMap": false,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit 1a01dda

Please sign in to comment.