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:
parent
f18e8f9950
commit
b70ae7d679
@ -11,8 +11,8 @@
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"types": [
|
||||
"jest",
|
||||
"node"
|
||||
"node",
|
||||
"vitest/globals"
|
||||
],
|
||||
"jsx": "react",
|
||||
"jsxFactory": "jsx",
|
||||
|
Loading…
Reference in New Issue
Block a user