diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-05 00:27:43 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-05 00:27:43 -0800 |
| commit | 35852924f88c0a0f9bd65111a8943e9ff4269efe (patch) | |
| tree | f91f77b59afd2d03f834fc343fd6134d055797a3 /src/types/global.d.ts | |
| parent | 241881995aa912dfec660ad1d50fc34807fc966d (diff) | |
| download | adelie-35852924f88c0a0f9bd65111a8943e9ff4269efe.tar.gz adelie-35852924f88c0a0f9bd65111a8943e9ff4269efe.zip | |
Editor update
Diffstat (limited to 'src/types/global.d.ts')
| -rw-r--r-- | src/types/global.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types/global.d.ts b/src/types/global.d.ts index 3c8c458..73e03e4 100644 --- a/src/types/global.d.ts +++ b/src/types/global.d.ts @@ -1,5 +1,6 @@ declare module 'prismjs'; declare module 'prismjs/components/*'; +declare module '@emprespresso/codemirror-lang-tabloid'; interface Window { ASSET_BASE?: string; |
