Skip to content

Commit ecf0181

Browse files
author
Abdelhalim Dadouche
committed
changing target to es2020 instead of ES2020
1 parent 43dbe53 commit ecf0181

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "es2020",
44
"module": "commonjs",
55
"lib": ["es2020", "dom"],
66
"declaration": true,

0 commit comments

Comments
 (0)