feat: add a minimal unocss template

This commit is contained in:
Martin Oppitz
2022-02-01 02:22:34 +01:00
parent 1b9295413b
commit 3bd2a41438
12 changed files with 2140 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
}
}