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

chore(tsconfig.json): use vitest/globals for types (#1819)

This commit is contained in:
Yusuke Wada 2023-12-14 18:12:38 +09:00 committed by GitHub
parent f18e8f9950
commit b70ae7d679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"types": [
"jest",
"node"
"node",
"vitest/globals"
],
"jsx": "react",
"jsxFactory": "jsx",