mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +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,
|
"noUnusedLocals": false,
|
||||||
"noUnusedParameters": false,
|
"noUnusedParameters": false,
|
||||||
"types": [
|
"types": [
|
||||||
"jest",
|
"node",
|
||||||
"node"
|
"vitest/globals"
|
||||||
],
|
],
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"jsxFactory": "jsx",
|
"jsxFactory": "jsx",
|
||||||
|
Loading…
Reference in New Issue
Block a user