Add some bullshit

This commit is contained in:
Rph :3
2024-05-08 00:49:30 +02:00
commit 5f53708fa1
24 changed files with 5954 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"]
}