diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-26 18:24:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 08:24:46 -0700 |
commit | b70e5b2f387e8de6dac5d388aee1ccbf5b217adc (patch) | |
tree | e540d731ec004e58e1280c6382b00b6947d03e63 /bskyembed/tsconfig.json | |
parent | 5a074fa37acafb0cf11acbdd0a931411b1c63aa2 (diff) | |
download | voidsky-b70e5b2f387e8de6dac5d388aee1ccbf5b217adc.tar.zst |
Add verification checkmarks to `embed.bsky.app` (#8644)
* update vite+typescript * update atproto api to latest, split out utils * add checkmark to post * add checkie to embed * revert change to example post * fix ext link color
Diffstat (limited to 'bskyembed/tsconfig.json')
-rw-r--r-- | bskyembed/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bskyembed/tsconfig.json b/bskyembed/tsconfig.json index f11db03e6..769488cc6 100644 --- a/bskyembed/tsconfig.json +++ b/bskyembed/tsconfig.json @@ -10,7 +10,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", - "moduleResolution": "Node", + "moduleResolution": "Bundler", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, @@ -19,5 +19,5 @@ "jsxFragmentFactory": "Fragment", "downlevelIteration": true }, - "include": ["src", "snippet", "vite.config.ts"] + "include": ["src", "snippet", "vite.config.ts", "*.config.cjs", ".eslintrc.cjs"] } |