TypeScript definitions for json-schema-faker
npm install json-schema-faker-types[![npm][npm]][npm-url]
[![deps][deps]][deps-url]


This package contains type definitions for json-schema-faker.
console
$ npm install json-schema-faker-types --save
`Usage
Add
typings folder into typeRoots in your tsconfig.jsontsconfig.json
`js
{
"compilerOptions": {
...
"typeRoots" : ["./typings", "./node_modules/@types"],
...
}
}
`Create
typings folder in the root of your project and put there a directory with the name json-schema-faker.typings/json-schema-faker/index.d.ts
`js
import 'json-schema-faker-types';
``Please take a moment to read our contributing guidelines if you haven't yet done so.
[npm]: https://img.shields.io/npm/v/json-schema-faker-types.svg
[npm-url]: https://npmjs.com/package/json-schema-faker-types
[deps]: https://david-dm.org/aleksandryackovlev/json-schema-faker-types.svg
[deps-url]: https://david-dm.org/aleksandryackovlev/json-schema-faker-types