Adding bootstreap template (fix #2)

This commit is contained in:
Alex
2021-04-04 13:51:53 +02:00
parent 6add70d5bb
commit 7a4fa1bde2
11 changed files with 5274 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"]
}
}