Skip to content

Commit

Permalink
build: bump more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 18, 2022
1 parent b993f27 commit 11b6818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"exclude": ["**/*.spec.ts"],
"compilerOptions": {
"outDir": "dist",
"target": "ES2018",
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "Node",
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/src/node/tsconfig.json
Expand Up @@ -7,7 +7,7 @@
// node support table: https://node.green/#ES2020-features-optional-chaining-operator-----
"target": "ES2020",
"outDir": "../../dist/node",
"module": "commonjs",
"module": "CommonJS",
"lib": ["ESNext", "DOM"],
"sourceMap": true
}
Expand Down

0 comments on commit 11b6818

Please sign in to comment.