Clean up tracked artifacts and commit vitest config

Remove node_modules/ and tsconfig.tsbuildinfo from git tracking
(both already in .gitignore). Add vitest.config.js which was
missing from version control.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-01-30 14:17:42 -07:00
parent ecdffab950
commit 6d63346f4c
759 changed files with 10 additions and 533661 deletions

8
vitest.config.js Normal file
View File

@@ -0,0 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const config_1 = require("vitest/config");
exports.default = (0, config_1.defineConfig)({
test: {
globals: true,
},
});