Add webpack to all plugins

This commit is contained in:
Cooldude2606
2025-09-12 20:47:32 +01:00
parent f1f4117e0f
commit 6bb26f60ad
22 changed files with 198 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
{
"extends": "../tsconfig.browser.json",
"include": [ "web/**/*.tsx", "web/**/*.ts", "package.json" ],
}