Skip to content

Commit 1364d50

Browse files
committed
build(ts): set modern (es2020) tsconfig target
1 parent 4587052 commit 1364d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
1010
"esModuleInterop": true,
11-
"target": "ES2015",
11+
"target": "ES2020",
1212
"strict": true,
1313
"noImplicitAny": true,
1414
"noImplicitReturns": true,

0 commit comments

Comments
 (0)