DefinitelyTyped/types/react-relay/tsconfig.json
Renan Machado 371a2eaabd [react-relay] add hook types (#39414)
* add relay-experimental types

* add tests to relay-experimental types

* update version on header
2019-10-28 11:56:40 +01:00

18 lines
514 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": ["index.d.ts", "hooks.d.ts", "test/react-relay-tests.tsx", "test/relay-experimental-tests.tsx"]
}