Skip to content

Commit 2375b47

Browse files
authored
Update tsconfig.app.json config (#100)
1 parent c02ce1d commit 2375b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/tsconfig.app.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"composite": true,
77
"moduleResolution": "node",
88
"baseUrl": ".",
9+
"target": "esnext", // 使用ES最新语法
10+
"module": "esnext", // 使用ES模块语法
911
"paths": {
1012
"@/*": ["./src/*"]
1113
}

0 commit comments

Comments
 (0)