Files
DefinitelyTyped/types/object-inspect/tsconfig.json
Charles Samborski 63c0b20f2c Add types for object-inspect@1.4
This commit add type declarations for `object-inspect`.

Related:
- https://github.com/substack/object-inspect/pull/17
2017-11-12 00:41:24 +01:00

24 lines
495 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",
"object-inspect-tests.ts"
]
}