Files
DefinitelyTyped/types/graphql-depth-limit/tsconfig.json
eritikass 842899eee2 Add types for graphql-depth-limit (#25568)
* add types for graphql-depth-limit

* improve type declaration

* remove "strict-export-declare-modifiers" rule disable
2018-05-08 07:39:09 -07:00

24 lines
500 B
JSON

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