DefinitelyTyped/types/use-deep-compare-effect/tsconfig.json
Jan Peer Stöcklmair 52e8f1fad6 [use-deep-compare-effect] Add package (#40353)
* Feat: add useDeepCompareEffect

* Fix: change requests and wrong export
2019-11-15 16:31:38 -08:00

24 lines
504 B
JSON

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