diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-02 21:04:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 13:04:26 -0700 |
commit | 0469ca6cb4b4803303499748ae51486e273ce7bd (patch) | |
tree | 2af6eae978535d3f5a9aa7a505d13f8a95571b7b /bskyembed/tsconfig.json | |
parent | f3f7dfc3e68668df77f19eb07acd97719a9f7b25 (diff) | |
download | voidsky-0469ca6cb4b4803303499748ae51486e273ce7bd.tar.zst |
[Embeds] Format big numbers (#5087)
Diffstat (limited to 'bskyembed/tsconfig.json')
-rw-r--r-- | bskyembed/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyembed/tsconfig.json b/bskyembed/tsconfig.json index 44c516ed1..b3b6055cc 100644 --- a/bskyembed/tsconfig.json +++ b/bskyembed/tsconfig.json @@ -20,5 +20,5 @@ "jsxFragmentFactory": "Fragment", "downlevelIteration": true }, - "include": ["src"] + "include": ["src", "vite.config.ts"] } |