This commit is contained in:
Taylor Otwell
2021-12-01 15:17:40 -06:00
commit 507d891821
38 changed files with 4699 additions and 0 deletions

8
jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": "src/",
"paths": {
"@/*": ["./*"]
}
}
}