Skip to content

Commit 11b6818

Browse files
committed
build: bump more targets
1 parent b993f27 commit 11b6818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-vue-jsx/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"exclude": ["**/*.spec.ts"],
44
"compilerOptions": {
55
"outDir": "dist",
6-
"target": "ES2018",
6+
"target": "ES2020",
77
"module": "CommonJS",
88
"moduleResolution": "Node",
99
"strict": true,

packages/vite/src/node/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// node support table: https://node.green/#ES2020-features-optional-chaining-operator-----
88
"target": "ES2020",
99
"outDir": "../../dist/node",
10-
"module": "commonjs",
10+
"module": "CommonJS",
1111
"lib": ["ESNext", "DOM"],
1212
"sourceMap": true
1313
}

0 commit comments

Comments
 (0)