Skip to content

Commit

Permalink
ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Neal committed Dec 14, 2021
1 parent 6f33826 commit e36e2c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/astro-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"target": "ES2019",
"target": "ES2020",
"module": "CommonJS",
"outDir": "./dist"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"declarationDir": "./dist/types",
"module": "ES2020",
"outDir": "./dist",
"target": "ES2019",
"target": "ES2020",
"types": ["vite/client"]
}
}
2 changes: 1 addition & 1 deletion packages/create-astro/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["src", "index.d.ts"],
"compilerOptions": {
"allowJs": true,
"target": "ES2019",
"target": "ES2020",
"module": "ES2020",
"outDir": "./dist",
"declarationDir": "./dist/types"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/remark/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"target": "ES2019",
"target": "ES2020",
"module": "ES2020",
"outDir": "./dist"
}
Expand Down

0 comments on commit e36e2c8

Please sign in to comment.