Files
DefinitelyTyped/types/relay-compiler/tsconfig.json

35 lines
1.0 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6",
"esnext.asynciterable"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"relay-compiler-tests.ts",
"lib/transforms/ConnectionFieldTransform.d.ts",
"lib/transforms/FlattenTransform.d.ts",
"lib/transforms/InlineFragmentsTransform.d.ts",
"lib/transforms/ApplyFragmentArgumentTransform.d.ts",
"lib/transforms/SkipRedundantNodesTransform.d.ts",
"lib/transforms/MaskTransform.d.ts",
"lib/transforms/MatchTransform.d.ts",
"lib/transforms/RefetchableFragmentTransform.d.ts",
"lib/transforms/RelayDirectiveTransform.d.ts"
]
}