Skip to content

Commit d42d7df

Browse files
committed
Target ES2019
1 parent 87ffefd commit d42d7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "ES2019",
44
"preserveConstEnums": true,
55
"outDir": "./lib",
66
"declaration": true,
7-
"allowJs": true,
7+
"allowJs": false,
88
"strict": true,
99
"esModuleInterop": true
1010
},

0 commit comments

Comments
 (0)