Skip to content

Commit

Permalink
fix(cli): fix require error issue related to update-notifier import
Browse files Browse the repository at this point in the history
Closes: #392
  • Loading branch information
Romakita committed Jul 25, 2024
1 parent 4a7dc55 commit 1804adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"moduleResolution": "Node16",
"rootDir": "src",
"outDir": "./lib/cjs",
"declaration": true,
Expand Down

0 comments on commit 1804adc

Please sign in to comment.