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

chore: add .mts to tsconfig.json

This commit is contained in:
Yusuke Wada 2022-05-27 17:28:07 +09:00
parent b55eb2e661
commit 8bbb495d51

View File

@ -21,6 +21,7 @@
},
"include": [
"src/**/*.ts",
"src/**/*.mts",
"src/**/*.test.ts"
],
}