fix build issue

This commit is contained in:
wass08
2026-02-05 08:35:09 +09:00
parent 0d78474617
commit a6c9bd6507
+3 -1
View File
@@ -7,6 +7,8 @@
"moduleResolution": "Bundler", "moduleResolution": "Bundler",
"allowJs": true, "allowJs": true,
"jsx": "preserve", "jsx": "preserve",
"noEmit": true "noEmit": true,
"declaration": false,
"declarationMap": false
} }
} }