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 7439b32 commit dcb62f5Copy full SHA for dcb62f5
apps/webapp/tsconfig.check.json
@@ -1,6 +1,8 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
+ "lib": ["DOM", "DOM.Iterable", "DOM.AsyncIterable", "ES2022"],
5
+ "target": "ES2022",
6
"noEmit": true,
7
"paths": {
8
"~/*": ["./app/*"],
0 commit comments