Skip to content

Commit 1535a62

Browse files
author
Jarosław Wasiak
committed
chore: changed TS option
1 parent ceca0ca commit 1535a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"baseUrl": "./src",
1212
"skipLibCheck": true,
1313
"module": "commonjs",
14-
"target": "ES2018",
14+
"target": "esnext",
1515
"sourceMap": true,
1616
"outDir": "lib",
1717
"esModuleInterop": true,

0 commit comments

Comments
 (0)