Skip to content

Commit

Permalink
Added route shortcuts in tsconfig and renamed angular outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
malepsyche committed Mar 5, 2024
1 parent ce5b1d9 commit a73a262
Show file tree
Hide file tree
Showing 41 changed files with 9 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 9 additions & 1 deletion frontend/peakvisor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@app/*": ["src/app/*"]
"@app/*": ["src/app/*"],
"@Error404PageComponent": ["src/app/error404/feature/error404"],
"@HomePageComponent": ["src/app/home/feature/home"],
"@LoginPageComponent": ["src/app/login/feature/login"],
"@OnboardingPageComponent": ["src/app/onboarding/feature/onboarding"],
"@SettingsPageComponent": ["src/app/settings/feature/settings"],
"@SignupPageComponent": ["src/app/signup/feature/signup"],
"@TrailsPageComponent": ["src/app/trails/feature/trails"],

},
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit a73a262

Please sign in to comment.