Update broken types

This commit is contained in:
Nate Kelley 2025-07-03 09:25:29 -06:00
parent 9c16c03326
commit a64a7b93f6
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +0,0 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler"
}
}

View File

@ -3,7 +3,5 @@
"version": "0.0.1",
"private": false,
"license": "MIT",
"scripts": {
"build": "tsc"
}
"scripts": {}
}