1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Renaming all content scripts to TS

This commit is contained in:
2025-02-21 03:04:11 +04:00
parent 878f3eb878
commit 3a010f9303
16 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
"*://*.furbooru.org/galleries/*"
],
"js": [
"src/content/listing.js"
"src/content/listing.ts"
],
"css": [
"src/styles/content/listing.scss"
@@ -38,7 +38,7 @@
"*://*.furbooru.org/*"
],
"js": [
"src/content/header.js"
"src/content/header.ts"
],
"css": [
"src/styles/content/header.scss"
@@ -59,7 +59,7 @@
"*://*.furbooru.org/filters/*"
],
"js": [
"src/content/tags.js"
"src/content/tags.ts"
]
},
{
@@ -67,7 +67,7 @@
"*://*.furbooru.org/images/*"
],
"js": [
"src/content/tags-editor.js"
"src/content/tags-editor.ts"
]
}
],