15 lines
265 B
JSON
15 lines
265 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc/packages/graphql-server",
|
||
|
"types": ["vitest/globals"]
|
||
|
},
|
||
|
"exclude": ["bun_test"],
|
||
|
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.build.json"
|
||
|
}
|
||
|
]
|
||
|
}
|