[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

@@ -1,5 +1,6 @@
{
"dependencies": {
"bun-types": "^0.1.5",
"mitata": "^0.1.3",
"peechy": "0.4.32",
"react": "^18.2.0",

View File

@@ -5,8 +5,7 @@
"target": "esnext",
"noEmit": true,
"allowJs": true,
"typeRoots": ["../../types"],
"types": ["bun"],
"types": ["bun-types"],
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {

View File

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