SchemaJS
  • Getting Started
    • Preview
    • Setting up your environment
    • Hello World
  • Fundamentals
    • TypeScript Support
    • Module Imports
    • Custom Queries
    • Hooks
  • Reference Guides
    • SchemaJS Global
      • Table
      • Column
      • DataTypes
      • QueryBuilder
      • query
      • rawInsert
      • insert
      • print
    • Examples
Powered by GitBook
On this page
  1. Fundamentals

TypeScript Support

Typescript is a first class language in SchemaJS, just like JavaScript. No configuration is required to write schemas in Typescript, as they are automatically handled by the internal runtime.

PreviousHello WorldNextModule Imports

Last updated 7 months ago