theme test

This commit is contained in:
talksik
2024-05-11 17:00:23 -07:00
commit ad1fc2bde5
24 changed files with 3396 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}