Files
DefinitelyTyped/types/json-schema-merge-allof/tsconfig.json
Emily Marigold Klassen f2e14c8f84 Add typings for json-schema-merge-allof (#39444)
* Add typings for json-schema-merge-allof

* Fix lint issues

* Specifically add a 4 | 6 JSONSchema type for json-schema-ref-parser usage

* Add tests and further refine types
2019-10-25 15:53:43 -07:00

24 lines
504 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",
"json-schema-merge-allof-tests.ts"
]
}