about summary refs log tree commit diff
path: root/bskyembed/tsconfig.json
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-09-02 21:04:26 +0100
committerGitHub <noreply@github.com>2024-09-02 13:04:26 -0700
commit0469ca6cb4b4803303499748ae51486e273ce7bd (patch)
tree2af6eae978535d3f5a9aa7a505d13f8a95571b7b /bskyembed/tsconfig.json
parentf3f7dfc3e68668df77f19eb07acd97719a9f7b25 (diff)
downloadvoidsky-0469ca6cb4b4803303499748ae51486e273ce7bd.tar.zst
[Embeds] Format big numbers (#5087)
Diffstat (limited to 'bskyembed/tsconfig.json')
-rw-r--r--bskyembed/tsconfig.json2
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"]
 }