🎉 Initial commit

This commit is contained in:
Alexandre
2020-07-12 15:25:25 +02:00
commit d10efc1a87
14 changed files with 2573 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"types": ["vite"]
}
}