Skip to content

Commit 39a7484

Browse files
committed
Add ES2022 Lib for Object.hasOwn
1 parent edaca0d commit 39a7484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"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. */,
45
"module": "esnext" /* Specify what module code is generated. */,
56
"rootDir": "./src" /* Specify the root folder within your source files. */,
67
"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

Comments
 (0)