Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/content/docs/runtime/getting-started/teal.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ lde check

> [!TIP]
> Only the compiled .lua files are stored in `lde bundle` / `lde compile` outputs, so they won't waste space in your bundle.

## Quirks of type checking

- Types do not update immediately, if you are getting unexpected errors, run `lde sync` and try again
- The `tlconfig.lua` is only read by the tl compiler, not lde. Use it exclusively for type-checking configurations.