Update tsconfig.json

This commit is contained in:
Jarred Sumner
2022-04-04 06:38:12 -07:00
parent 05a4991a5f
commit 044f23739c

View File

@@ -1,6 +1,8 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"typeRoots": ["./types"],
"types": ["bun"]
}