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 27bcc02 commit ed61f4bCopy full SHA for ed61f4b
tsconfig.json
@@ -20,5 +20,6 @@
20
"noEmit": true,
21
// No DOM.
22
"lib": ["es2022"]
23
- }
+ },
24
+ "exclude": ["coverage", "dist", "node_modules"]
25
}
0 commit comments