mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
6 lines
325 B
Markdown
6 lines
325 B
Markdown
|
`ext` is a directory that allows derivatives of Grist core to be created, without modifying any of the base files.
|
||
|
|
||
|
Files placed in here should be new files, or replacing files in the `stubs` directory.
|
||
|
|
||
|
When compiling, Typescript resolves files in `ext` before files in `stubs`, using the `ext` file instead (if it exists).
|