chore: update configs, signify version bump

This commit is contained in:
Jef LeCompte
2025-07-18 22:32:06 -07:00
parent 801b3cf725
commit 5e00aa2dfc
5 changed files with 36 additions and 11 deletions

View File

@@ -10,6 +10,6 @@ export default tseslint.config(
tseslint.configs.stylistic,
prettierConfig,
{
ignores: ["build"],
ignores: ["dist/**", "node_modules/**"],
},
);