5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import { defineConfig } from 'wxt';
|
|
|
|
// See https://wxt.dev/api/config.html
|
|
export default defineConfig({});
|