bye svelte; welcome solid
This commit is contained in:
parent
97cf350a32
commit
2fe6f6fc37
21 changed files with 686 additions and 569 deletions
|
|
@ -18,7 +18,10 @@
|
|||
"moduleDetection": "force",
|
||||
"sourceMap": true,
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"types": ["vite/client"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "tests/**/*.ts"]
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue