root layout

This commit is contained in:
itsMapleLeaf
2023-03-12 13:36:03 -05:00
parent eb0409f1a2
commit 95041acfd4
16 changed files with 231 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.mjs", "**/*.astro"]