Skip to content

Commit 9ace668

Browse files
authored
Merge pull request #32 from AthennaIO/develop
feat: add artisan in application class
2 parents a5aefe4 + 653faff commit 9ace668

File tree

11 files changed

+1002
-145
lines changed

11 files changed

+1002
-145
lines changed

_tsconfig.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"emitDecoratorMetadata": true,
1919
"experimentalDecorators": true,
2020
"paths": {
21-
"app/*": ["app/*"],
22-
"bootstrap/*": ["bootstrap/*"],
23-
"config/*": ["config/*"],
24-
"database/*": ["database/*"],
25-
"lang/*": ["lang/*"],
26-
"providers/*": ["providers/*"],
27-
"routes/*": ["routes/*"],
28-
"storage/*": ["storage/*"],
29-
"tests/*": ["tests/*"]
21+
"App/*": ["app/*"],
22+
"Bootstrap/*": ["bootstrap/*"],
23+
"Config/*": ["config/*"],
24+
"Database/*": ["database/*"],
25+
"Lang/*": ["lang/*"],
26+
"Providers/*": ["providers/*"],
27+
"Routes/*": ["routes/*"],
28+
"Storage/*": ["storage/*"],
29+
"Tests/*": ["tests/*"]
3030
},
3131
"resolveJsonModule": true,
3232
"forceConsistentCasingInFileNames": true

0 commit comments

Comments
 (0)