Skip to content

Commit 5a78ef8

Browse files
committed
add node type
1 parent 38e1236 commit 5a78ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"target": "ES2022",
66
"module": "ESNext",
77
"lib": ["ES2022"],
8+
"types": ["node"],
89
"strict": true,
910
"esModuleInterop": true,
1011
"forceConsistentCasingInFileNames": true,
@@ -13,7 +14,6 @@
1314
"sourceMap": true,
1415
"resolveJsonModule": true,
1516
"moduleResolution": "Bundler",
16-
"baseUrl": ".",
1717
"paths": {
1818
"src/*": ["./src/*"]
1919
}

0 commit comments

Comments
 (0)