Skip to content

Commit 8065625

Browse files
authored
fix: correct json syntax in tsconfig.json (#2120)
* Fix: correct json syntax * Revert added last line
1 parent 1cac5cf commit 8065625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"target": "ES5",
44
"experimentalDecorators": true,
55
"emitDecoratorMetadata": true,
6-
"esModuleInterop": true,
6+
"esModuleInterop": true
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)