Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 13, 2024
1 parent d3e269c commit 2b33881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion boilerplates/lerna-workspace/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"npmClientArgs": [
"--no-lockfile"
],
"useWorkspaces": true,
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/lerna-workspace/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strict": true,
"strictNullChecks": false,
"skipLibCheck": true,
"sourceMap": true,
"sourceMap": false,
"declaration": true,
"resolveJsonModule": true,
"moduleResolution": "node"
Expand Down

0 comments on commit 2b33881

Please sign in to comment.