DefinitelyTyped/types/object-joiner/tsconfig.json
Tim Kang af7022a5f1 [object-joiner] add @types (#38494)
* Update index.d.ts

* add object-joiner typings
2019-09-23 17:12:08 -07:00

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