feat: implement browser extension for media publishing and add backend support for media management
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../../packages/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable", "WebWorker"],
|
||||
"types": ["@types/chrome"]
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.vue", ".wxt/**/*.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user