⬆️ Update to latest dependencies

This commit is contained in:
Alexandre
2021-06-27 20:47:53 +02:00
parent 4bd1ae3ac2
commit 326f415c1e
20 changed files with 351 additions and 341 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
}
}