0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

chore(tsconfig): update es2017 to es2020 (#285)

This commit is contained in:
Yusuke Wada 2022-05-30 21:59:38 +09:00 committed by GitHub
parent 98521d39d6
commit e237927934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es2020",
"module": "commonjs",
"declaration": true,
"moduleResolution": "Node",