1.1.3 • Published 8 years ago
ts-json-schema v1.1.3
JSON Schema Builder
A fluent builder for JSON Schemas
Currently with zero dependencies

Developing
yarn install will install all dependencies
Testing
yarn testwill run the unit testsyarn test:watchwill run run the unit tests in watch mode.
Compiled using typescript 2.6
Change Log
1.1.0
- Added the ability to have an array of strings for the path of the property in the builder
- Switched typescript comiler to v2.6.2
- Added .npmignore to ignore source files when releasing
- Switched testing framework to jest
- excluded testing files from built files