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,9 +1,9 @@
{
"name": "@smogon/sprite-data",
"private": "true",
"private": true,
"type": "module",
"dependencies": {
"@types/node": "^14.0.23"
},
"main": "./dist/index.js"
"@smogon/sprite-root": "workspace:*",
"@types/node": "^24.10.7"
}
}

View File

@@ -1,8 +1,5 @@
{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "dist"
},
"references": [
{"path": "../../lib/root"}
]