Skip to content

Commit

Permalink
fix: bump npm, skip lib checks
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Dec 5, 2023
1 parent 92eed15 commit cf44c8d
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 183 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"@oclif/core": "^3.10.2",
"chalk": "^5.3.0",
"debug": "^4.3.4",
"npm": "9.9.1",
"npm": "10.2.3",
"npm-run-path": "^4.0.1",
"semver": "^7.5.4",
"shelljs": "^0.8.5",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,8 @@
"rootDirs": ["./src"],
"strict": true,
"target": "ES2022",
"moduleResolution": "Node16"
"moduleResolution": "Node16",
"skipLibCheck": true
},
"include": ["./src/**/*"],
"ts-node": {
Expand Down

0 comments on commit cf44c8d

Please sign in to comment.