Skip to content

Commit

Permalink
chore: add type-predicates-generator (#10)
Browse files Browse the repository at this point in the history
* chore: add type-predicates-generator

* chore: add vite plugin to run type-predicates-generator automatically
  • Loading branch information
jo16oh authored Jun 10, 2024
1 parent 546421e commit 47ae45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import util from "node:util";
const mobile = !!/android|ios/.exec(process.env.TAURI_ENV_PLATFORM);

// https://vitejs.dev/config/
// @ts-expect-error description
// @ts-expect-error no overloads matches this all
export default defineConfig(async () => ({
plugins: [sveltekit(), typePredicates()],

Expand Down

0 comments on commit 47ae45c

Please sign in to comment.