ts-vitest starter template

This commit is contained in:
Alex Lohr
2022-03-10 10:32:38 +01:00
parent 0afdc67abe
commit ded9af3dfb
11 changed files with 1895 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"]
}
}