[misc] Add bun-types to repo

This commit is contained in:
Jarred Sumner
2022-08-04 22:15:46 -07:00
parent f0d332e287
commit 1bc8c92e2f
3 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"module": "esnext",
"target": "esnext",
"typeRoots": ["./types"],
"types": ["bun"]
"types": ["bun-types"],
"allowJs": true
},
"exclude": ["src"]
}