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 cba4249 commit 3c73d49Copy full SHA for 3c73d49
1 file changed
tsconfig.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "@idleberg/configs/tsc"
+ "extends": "@idleberg/configs/tsc",
3
+ "compilerOptions": {
4
+ "lib": ["ESNext"]
5
+ }
6
}
0 commit comments