mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
[misc] Add bun-types to repo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"bun-types": "^0.1.5",
|
||||
"mitata": "^0.1.3",
|
||||
"peechy": "0.4.32",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"target": "esnext",
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
"typeRoots": ["../../types"],
|
||||
"types": ["bun"],
|
||||
"types": ["bun-types"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"typeRoots": ["./types"],
|
||||
"types": ["bun"]
|
||||
"types": ["bun-types"],
|
||||
"allowJs": true
|
||||
},
|
||||
"exclude": ["src"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user