Skip to content

Commit 7f10512

Browse files
committed
REDO: @tsconfig/node16
with the following command: ```Shell corepack yarn add --dev -- @tsconfig/node16 ``` ``` ```
1 parent f6cfb3d commit 7f10512

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"description": "foo bar",
1010
"devDependencies": {
1111
"@eslint/js": "^8.43.0",
12+
"@tsconfig/node16": "^16.1.0",
1213
"@tsconfig/strictest": "^2.0.1",
1314
"eslint": "^8.43.0",
1415
"eslint-plugin-jest": "^27.2.2",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
"extends": [
44
"@tsconfig/strictest/tsconfig.json",
5+
"@tsconfig/node16/tsconfig.json",
56
],
67

78
"compilerOptions": {

0 commit comments

Comments
 (0)