This package includes schemas shared by Tesler and Tesler-UI in form of Typescript types, their corresponding JSON schemas and utilities to extend built-in types and rebuild the schemas.
yarn add @tesler-ui/schema"scripts": {
"gen:schema": "node ./node_modules/@tesler-ui/schema/bin/build-schema"
},"browser": {
"@tesler-ui/schema": false
}yarn gen:schemaAfter that JSON files describing schema for Tesler screens, views, widgets and sql business components should appear in schemas folder of your project
Coming soon