Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ca4b5f8

Browse files
committed
lint
1 parent 541baa7 commit ca4b5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* Language and Environment */
1414
"target": "ES2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
1515
"lib": [
16-
"es2020"
16+
"es2020",
1717
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
1818
// "jsx": "preserve", /* Specify what JSX code is generated. */
1919
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
@@ -106,6 +106,6 @@
106106

107107
/* Completeness */
108108
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
109-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
110-
}
109+
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
110+
},
111111
}

0 commit comments

Comments
 (0)