🐋 Dockerfile Update + First Pages
This commit is contained in:
@@ -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/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user