1
Fork 0
This commit is contained in:
Korbs 2024-04-14 23:56:13 -04:00
commit 23277af203
No known key found for this signature in database
109 changed files with 7171 additions and 0 deletions

11
tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@styles/*": ["src/styles/*"],
"@root/*": ["*"]
}
}
}