mirror of
https://github.com/smogon/sprites.git
synced 2026-09-13 20:45:35 -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,7 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@types/node": "^24.10.7",
|
||||
"commander": "^5.1.0"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/index.js"
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"extends": "../../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"allowJs": true
|
||||
}
|
||||
"extends": "../../tsconfig-base"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user