Files
DefinitelyTyped/graphql-relay/tsconfig.json
2016-11-27 16:22:19 +07:00

21 lines
434 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [
"graphql"
],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"graphql-relay-tests.ts"
]
}