We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e1236 commit 5a78ef8Copy full SHA for 5a78ef8
1 file changed
tsconfig.json
@@ -5,6 +5,7 @@
5
"target": "ES2022",
6
"module": "ESNext",
7
"lib": ["ES2022"],
8
+ "types": ["node"],
9
"strict": true,
10
"esModuleInterop": true,
11
"forceConsistentCasingInFileNames": true,
@@ -13,7 +14,6 @@
13
14
"sourceMap": true,
15
"resolveJsonModule": true,
16
"moduleResolution": "Bundler",
- "baseUrl": ".",
17
"paths": {
18
"src/*": ["./src/*"]
19
}
0 commit comments