"copy" UI related things from chrome

This commit is contained in:
DEV Sam Hayes
2025-02-04 20:19:30 +01:00
parent 601ac8cd49
commit b20faf2359
100 changed files with 3514 additions and 362 deletions

View File

@@ -7,9 +7,12 @@
"types": []
},
"files": [
"src/main.ts"
"src/main.ts",
"src/background.ts",
"src/gooti-extension.ts",
"src/gooti-content-script.ts",
"src/prompt.ts",
"src/options.ts"
],
"include": [
"src/**/*.d.ts"
]
"include": ["src/**/*.d.ts"]
}