Skip to content

Commit 51b03f5

Browse files
committed
Update tsconfig target to match typeorm
1 parent a2e1669 commit 51b03f5

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,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"lib": ["dom", "es5", "es6"],
4-
"target": "es6",
4+
"target": "es2019",
55
"module": "commonjs",
66
"outDir": "./dist",
77
"moduleResolution": "node",

0 commit comments

Comments
 (0)