Skip to content

Commit 78079ba

Browse files
committed
Update TS options [publish]
1 parent 365f431 commit 78079ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"include": ["src"],
33
"compilerOptions": {
4-
/* Target node12 */
4+
/* Target node 14 */
55
"module": "CommonJS",
6-
"lib": ["ES2019"],
7-
"target": "ES2019",
6+
"lib": ["ES2020"],
7+
"target": "ES2020",
88
"declaration": true,
99
"outDir": "dist",
10+
"skipLibCheck": true,
1011

1112
/* Imports */
1213
"moduleResolution": "node", // Allow `index` imports

0 commit comments

Comments
 (0)