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 edaca0d commit 39a7484Copy full SHA for 39a7484
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"compilerOptions": {
3
"target": "es5" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
4
+ "lib": ["es2022"] /* Specify library files to be included in the compilation. */,
5
"module": "esnext" /* Specify what module code is generated. */,
6
"rootDir": "./src" /* Specify the root folder within your source files. */,
7
"allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
0 commit comments