Skip to content

Commit 8aff67c

Browse files
committed
fix build
1 parent 6bc6d6b commit 8aff67c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"importHelpers": true,
1313
"isolatedModules": true,
1414
"lib": ["DOM", "ESNext"],
15-
// the web stuff is a workaround until https://github.com/oven-sh/bun/issues/5674 gets fixed
16-
"types": ["svelte", "bun-types", "web"],
15+
"types": ["svelte"],
1716
"allowSyntheticDefaultImports": true
1817
},
1918
"include": ["src/**/*.ts", "tests/**/*.ts", "node_modules/obsidian/publish.d.ts", "extraTypes/**/*.ts"]

tsconfig.types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"emitDeclarationOnly": true,
1111
"outFile": "meta-bind.d.ts",
1212
"lib": ["DOM", "ES5", "ES6", "ES7", "Es2021"],
13-
"types": ["svelte", "node"]
13+
"types": ["svelte"]
1414
}
1515
}

0 commit comments

Comments
 (0)