Skip to content

Commit

Permalink
chore: use @tsconfig/node16 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Jul 11, 2023
1 parent aaf0dc6 commit 8011fe6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@jest/test-result": "^29.1.0",
"@tsconfig/node14": "^14.0.0",
"@tsconfig/node16": "^16.1.0",
"@tsd/typescript": "~5.1.0",
"@types/babel__code-frame": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1866,10 +1866,10 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/node14@npm:^14.0.0":
version: 14.1.0
resolution: "@tsconfig/node14@npm:14.1.0"
checksum: 8342dc30edbfaed11d1659b1a9819779bb69df210974a9e8a337b0624b1d9f5026f37e2dcc1d555adb3e4246a0ec35896b3ae5fe3fc69f3382d3bc11069cecc1
"@tsconfig/node16@npm:^16.1.0":
version: 16.1.0
resolution: "@tsconfig/node16@npm:16.1.0"
checksum: a0a176492e3802a5340eda1e61eabc8d4767e46496bc080ce9c381993ce8c5fb3df8f65267c3a9af4335bc00a85028845f795ea27545f63d62b93ab6675cf8fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -4013,7 +4013,7 @@ __metadata:
"@babel/preset-env": ^7.15.8
"@babel/preset-typescript": ^7.15.0
"@jest/test-result": ^29.1.0
"@tsconfig/node14": ^14.0.0
"@tsconfig/node16": ^16.1.0
"@tsd/typescript": ~5.1.0
"@types/babel__code-frame": ^7.0.3
"@typescript-eslint/eslint-plugin": ^6.0.0
Expand Down

0 comments on commit 8011fe6

Please sign in to comment.