@gqlts/runtime
Version:
Gqlts runtime client
27 lines (26 loc) • 445 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"strict": false,
"ignoreDeprecations": "6.0",
"strictNullChecks": true,
"noEmit": true,
"skipLibCheck": true,
"downlevelIteration": true,
"types": [
"jest"
],
"baseUrl": "../../..",
"paths": {
"@gqlts/runtime/src/*": [
"src/*"
]
}
},
"include": [
"typeSelection.test.ts"
],
"exclude": [
"../!tests"
]
}