UI v2 playground (#2569)

This commit is contained in:
Zane
2025-05-19 07:45:42 -07:00
committed by GitHub
parent 41c67eb2c3
commit 093be54d36
37 changed files with 16627 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"]
}