Files
t.behrendt 6a063e91f5
CD / Release (push) Successful in 37s
refactor: to rolldown, oxfmt, vitest (#89)
Reviewed-on: #89
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-18 08:08:37 +02:00

7 lines
174 B
TypeScript

import { defineConfig } from "oxfmt";
export default defineConfig({
// Most configuration is read from .editorconfig
ignorePatterns: ["node_modules/**", "dist/**"],
});