DefinitelyTyped/types/graphql-react/tsconfig.json
2019-04-17 14:18:28 -07:00

29 lines
632 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",
"esModuleInterop": true
},
"files": [
"server/index.d.ts",
"universal/index.d.ts",
"index.d.ts",
"graphql-react-tests.tsx"
]
}