This commit is contained in:
2026-04-27 20:25:00 +08:00
parent 14828597db
commit 45e377fbf2
6 changed files with 278 additions and 17 deletions

View File

@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"types": ["chrome", "firefox-webext-browser"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}