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

Added chrome types to autoload

This commit is contained in:
2025-02-20 23:49:26 +04:00
parent 6a34822f6a
commit 9d097436a5

View File

@@ -12,7 +12,8 @@
"moduleResolution": "bundler",
"allowImportingTsExtensions": false,
"types": [
"vitest/globals"
"vitest/globals",
"@types/chrome",
]
}
}