fix(duckdb): try fix typecheck (#39)

This commit is contained in:
LemonNeko
2025-02-28 17:01:08 +08:00
committed by GitHub
parent d1b4b0aa23
commit 184cfdcdca
6 changed files with 25 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
declare module '*.js?url' {
const content: string
export default content
}
declare module '*.wasm?url' {
const content: string
export default content
}
declare module '*.cjs?url' {
const content: string
export default content
}