Skip to content

Commit e05eed4

Browse files
committed
chore: set target=esnext (packages/config-typescript/vite.json)
1 parent 0b6da37 commit e05eed4

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed
Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
3-
"extends": "./base.json",
4-
"Display": "Vite",
5-
"compilerOptions": {
6-
"allowJs": false,
7-
"esModuleInterop": false,
8-
"jsx": "react",
9-
"lib": ["dom", "dom.iterable", "esnext"],
10-
"module": "ESNext",
11-
"noEmit": true,
12-
"resolveJsonModule": true,
13-
"skipLibCheck": false,
14-
"target": "ESNext",
15-
"types": ["vite/client"]
16-
}
1+
{
2+
"$schema": "https://json.schemastore.org/tsconfig",
3+
"extends": "./base.json",
4+
"Display": "Vite",
5+
"compilerOptions": {
6+
"allowJs": false,
7+
"esModuleInterop": false,
8+
"jsx": "react",
9+
"lib": [
10+
"dom",
11+
"dom.iterable",
12+
"esnext"
13+
],
14+
"module": "ESNext",
15+
"noEmit": true,
16+
"resolveJsonModule": true,
17+
"skipLibCheck": false,
18+
"target": "esnext",
19+
"types": [
20+
"vite/client"
21+
]
22+
}
1723
}

0 commit comments

Comments
 (0)