feat: build as chrome extension

This commit is contained in:
Pihkaal
2025-11-04 23:43:16 +01:00
parent d7b6926772
commit 1c8e000dcd
4 changed files with 43 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"types": ["chrome"],
"paths": {
"@/*": ["./src/*"]