Skip to content

Commit

Permalink
fix: chalk?
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Sep 24, 2023
1 parent 571ab03 commit 8916dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"@6degrees/node-cron-utils": "^0.1.0",
"@changesets/cli": "^2.26.2",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"moduleResolution": "node",

"rootDir": "./src",
"outDir": "./dist",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,

"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 8916dfc

Please sign in to comment.