[+] Init app

This commit is contained in:
Azalea Gui
2023-02-09 18:36:19 -05:00
parent cf1ece9053
commit 9f8b79ce45
7 changed files with 1108 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
}
}