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

10 lines
230 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../dist/packages/graphql-server",
"types": ["bun"]
},
"include": ["src", "bun_test"],
"exclude": ["node_modules", "src/**/*.test.ts"]
}