We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b993f27 commit 11b6818Copy full SHA for 11b6818
packages/plugin-vue-jsx/tsconfig.json
@@ -3,7 +3,7 @@
3
"exclude": ["**/*.spec.ts"],
4
"compilerOptions": {
5
"outDir": "dist",
6
- "target": "ES2018",
+ "target": "ES2020",
7
"module": "CommonJS",
8
"moduleResolution": "Node",
9
"strict": true,
packages/vite/src/node/tsconfig.json
@@ -7,7 +7,7 @@
// node support table: https://node.green/#ES2020-features-optional-chaining-operator-----
"target": "ES2020",
"outDir": "../../dist/node",
10
- "module": "commonjs",
+ "module": "CommonJS",
11
"lib": ["ESNext", "DOM"],
12
"sourceMap": true
13
}
0 commit comments