DefinitelyTyped/types/lodash.stubfalse/tsconfig.json
BehindTheMath 119611b51c [lodash] Add stubFalse (#40230)
* [lodash] Add stubFalse

* Remove old tests
2019-11-08 08:29:31 -08:00

23 lines
460 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"
]
}