Create tsconfig.json

This commit is contained in:
Jarred Sumner
2022-03-27 02:43:56 -07:00
parent 4df62a67e7
commit b6a3a655ae

View File

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