DefinitelyTyped/object-diff/tsconfig.json
Rogier Schouten b006daa1c6 Add typings for object-diff. (#11984)
* Add typings for object-diff.

* review comment

* review comment - tsconfig.json

* fix tsc errors
2016-11-07 06:24:21 -08:00

19 lines
401 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"object-diff-tests.ts"
]
}