ts-uvu starter template

This commit is contained in:
Alex Lohr
2022-03-07 10:11:30 +01:00
parent bec3c487cc
commit 254d459f16
9 changed files with 1691 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
}
}