chore: add bun types to global tsconfig
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
3
bun.lock
3
bun.lock
@@ -4,6 +4,9 @@
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "marketplace-scrapers-monorepo",
|
||||
"dependencies": {
|
||||
"@types/bun": "1.3.13",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.11",
|
||||
"@tsconfig/bun": "catalog:",
|
||||
|
||||
@@ -31,5 +31,8 @@
|
||||
"@biomejs/biome": "2.3.11",
|
||||
"@tsconfig/bun": "catalog:",
|
||||
"turbo": "2.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/bun": "1.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"noImplicitOverride": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"types": ["@types/bun"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user