mirror of
https://github.com/smogon/sprites.git
synced 2026-08-18 15:30:37 -05:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
},
|
||||
"references": [
|
||||
{"path": "../../lib/root"}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user