honojs-middleware/packages/graphql-server/tsconfig.spec.json

15 lines
315 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc/packages/graphql-server",
"types": ["vitest/globals"]
},
"exclude": ["bun_test"],
"include": ["**/*.test.ts", "vitest.config.ts"],
"references": [
{
"path": "./tsconfig.build.json"
}
]
}