diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 10c1d84..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -description: Use Node.js with tsx/tsup for development and builds. -globs: "*.ts, *.tsx, *.html, *.css, *.js, *.jsx, package.json" -alwaysApply: false ---- - -Default to using Node.js with tsx for TypeScript execution and tsup for bundling. - -- Use `tsx ` instead of `ts-node ` for running TypeScript files -- Use `pnpm run build` (tsup) for bundling -- Use `pnpm install` for installing dependencies -- Use `pnpm run