mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
8addfd442a
* update vitest * vitest type
28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"declaration": true,
|
|
"moduleResolution": "Bundler",
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"types": [
|
|
"node",
|
|
"vitest/globals"
|
|
],
|
|
"jsx": "react",
|
|
"jsxFactory": "jsx",
|
|
"jsxFragmentFactory": "Fragment",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.mts",
|
|
"src/**/*.test.ts",
|
|
"src/**/*.test.tsx"
|
|
],
|
|
} |