Skip to content

Commit

Permalink
build: upgrade ecmascript version
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jun 25, 2024
1 parent 5ccd66e commit e9c518f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "es2020",
"sourceMap": true,
"outDir": "dist",
"declaration": true,
Expand All @@ -17,4 +17,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit e9c518f

Please sign in to comment.