Skip to content

Commit

Permalink
Merge pull request #32 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat: add artisan in application class
  • Loading branch information
jlenon7 authored Apr 20, 2022
2 parents a5aefe4 + 653faff commit 9ace668
Show file tree
Hide file tree
Showing 11 changed files with 1,002 additions and 145 deletions.
18 changes: 9 additions & 9 deletions _tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"paths": {
"app/*": ["app/*"],
"bootstrap/*": ["bootstrap/*"],
"config/*": ["config/*"],
"database/*": ["database/*"],
"lang/*": ["lang/*"],
"providers/*": ["providers/*"],
"routes/*": ["routes/*"],
"storage/*": ["storage/*"],
"tests/*": ["tests/*"]
"App/*": ["app/*"],
"Bootstrap/*": ["bootstrap/*"],
"Config/*": ["config/*"],
"Database/*": ["database/*"],
"Lang/*": ["lang/*"],
"Providers/*": ["providers/*"],
"Routes/*": ["routes/*"],
"Storage/*": ["storage/*"],
"Tests/*": ["tests/*"]
},
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true
Expand Down
Loading

0 comments on commit 9ace668

Please sign in to comment.