first commit

This commit is contained in:
Florian Sylvain
2024-03-13 21:32:35 +01:00
commit 461044969e
18 changed files with 2886 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"]
}