Fix the types

This commit is contained in:
Jarred Sumner
2022-04-03 17:24:26 -07:00
parent 665acdb170
commit 70bb8bda23
4 changed files with 1214 additions and 278 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"typeRoots": ["./types"],
"types": ["bun"]
}
}