Skip to content

Commit 0ae913f

Browse files
committed
feat!: use ts target es2022
1 parent 214a39a commit 0ae913f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@gravity-ui/tsconfig/tsconfig",
33
"compilerOptions": {
4+
"target": "es2022",
45
"declaration": true,
56
"resolveJsonModule": true,
67
"outDir": "dist",

0 commit comments

Comments
 (0)