We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8d642 commit e35ccecCopy full SHA for e35ccec
tsconfig.base.json
@@ -17,7 +17,7 @@
17
"forceConsistentCasingInFileNames": true,
18
19
// If your code doesn't require access to DOM APIs:
20
- "lib": ["ES2023"],
+ "lib": ["ES2023", "DOM"],
21
22
// If transpiling with TypeScript:
23
"module": "Node16",
0 commit comments