Skip to content

Commit

Permalink
bump some own versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Katkov committed Dec 13, 2023
1 parent 6cbb01a commit 2e74e54
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
25 changes: 13 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@
"jest": "^28.1.0",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"type-fest": "^2.13.0",
"typescript": "^4.7.2"
"type-fest": "^2.19.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@tsconfig/node12": "^1.0.9",
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^4.1.2",
"eslint": "^8.55.0",
Expand Down
12 changes: 10 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"module": "commonjs",
"target": "es2019",

"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node"
}
}

0 comments on commit 2e74e54

Please sign in to comment.