Goose v2 base frontend (#2374)

Co-authored-by: Alex Hancock <alexhancock@block.xyz>
This commit is contained in:
Zane
2025-04-28 07:20:00 -07:00
committed by GitHub
parent 669a0a58d9
commit f3e586e724
44 changed files with 16367 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "vite.main.config.ts", "vite.renderer.config.ts"]
}