-
-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
