DefinitelyTyped/types/giphy-api/tsconfig.json
Christian Rackerseder 18e80f42e7
[giphy-api] Add types
2019-02-07 10:32:12 +01:00

24 lines
490 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",
"giphy-api-tests.ts"
]
}