🐋 Dockerfile Update + First Pages

This commit is contained in:
Moritz Utcke
2023-03-29 00:08:47 +04:00
parent 5285f832bf
commit 44ce792fdd
34 changed files with 5043 additions and 687 deletions

View File

@@ -20,6 +20,11 @@
// Enable strict mode
"strict": true,
// Error when a value import is only used as a type
"importsNotUsedAsValues": "error"
"importsNotUsedAsValues": "error",
"baseUrl": ".",
"paths": {
"~/components/*": ["./src/components/*"],
"~/layouts/*": ["./src/layouts/*"]
}
}
}