Describe the bug
failed to define project owned typescript declaration
To Reproduce
in content script, import vue sfc file, and in sfc file import 'turndown'
turndown
try to declare module, and add to <rootDir>/tsconfig.json
export {}
declare module 'turndown' {
export class TurndownService {}
}
in <rootDir>/tsconfig.json,
{
"extends": "./.wxt/tsconfig.json"
+ "include": ["./global.d.ts"]
}
but results in more typescript errors
Expected behavior
Screenshots

Describe the bug
failed to define project owned typescript declaration
To Reproduce
in content script, import vue sfc file, and in sfc file import 'turndown'
turndown
try to declare module, and add to
<rootDir>/tsconfig.jsonin
<rootDir>/tsconfig.json,but results in more typescript errors
Expected behavior
Screenshots