@gqlts/runtime
Version:
Gqlts runtime client
17 lines (16 loc) • 356 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"strict": false,
"ignoreDeprecations": "6.0",
"strictNullChecks": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["bun-types"],
"paths": {
"@gqlts/runtime/src/*": ["../../../src/*"]
}
},
"include": ["typeSelection.test.ts"],
"exclude": ["../!tests"]
}