introduce solid.js
This commit is contained in:
parent
0014f75a22
commit
e2354fb9ce
10 changed files with 675 additions and 15 deletions
|
|
@ -9,9 +9,15 @@
|
|||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"outDir": "dist",
|
||||
|
||||
"strict": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitReturns": true,
|
||||
|
||||
"jsx": "preserve", // Do not let TS compile JSX; let Vite/Babel do it
|
||||
"jsxImportSource": "solid-js", // Use Solid's types
|
||||
|
||||
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue