graphitation/tsconfig.json

17 строки
388 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "ES6",
"moduleResolution": "Node",
"declaration": true,
"declarationMap": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"paths": {
"@graphql-tools/utils": ["./node_modules/@graphql-tools/utils"],
"graphql": ["./node_modules/graphql"]
}
}
}