Drop dist mains, thin tsconfigs, bump @types/node and better-sqlite3

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Christopher Monsanto
2026-08-12 17:43:53 -04:00
parent c50ccca509
commit ac0ef09084
14 changed files with 27 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
{
"dependencies": {
"@types/node": "^24.10.7",
"commander": "^5.1.0"
},
"type": "module",
"main": "./dist/index.js"
"type": "module"
}

View File

@@ -1,7 +1,3 @@
{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "dist",
"allowJs": true
}
"extends": "../../tsconfig-base"
}