DefinitelyTyped/types/object-path/tsconfig.json
Dimitri Benin 6e2b0af37a [object-path] Update types to v0.11 (#31746)
* [object-path] Update types to v0.11

* [object-path] Fixes after review
2018-12-31 08:01:45 -08:00

24 lines
492 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-path-tests.ts"
]
}