Skip to content

Commit fe36ce8

Browse files
committed
fix: @frontend/shop의 target 빌드 버전을 ES2021로 올림
1 parent 70582fd commit fe36ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shop/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": "ES2019",
3+
"target": "ES2021",
44
"module": "ESNext",
55
"moduleResolution": "node",
66
"declaration": true,

0 commit comments

Comments
 (0)