This commit is contained in:
2025-08-15 19:14:56 +09:00
parent f5f3de125a
commit 8446a467a3
9 changed files with 367 additions and 260 deletions

4
tsconfig.browser.json Normal file
View File

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