Skip to content

Commit

Permalink
fix(core): do not ship source maps with nx packages (#17389)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a7f79f)
  • Loading branch information
JamesHenry authored and FrozenPandaz committed Jun 2, 2023
1 parent 7159a03 commit a9b9cd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.base.json
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"sourceMap": true,
"importHelpers": true,
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit a9b9cd3

Please sign in to comment.