Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jan 28, 2025
1 parent 0881abb commit a1a4b32
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"experimentalDecorators": true,
"paths": {
"@/*": ["frontend/src/*"],
"#controllers/*": ["./app/controllers/*.js"],
"#exceptions/*": ["./app/exceptions/*.js"],
"#models/*": ["./app/models/*.js"],
"#mails/*": ["./app/mails/*.js"],
"#services/*": ["./app/services/*.js"],
"#listeners/*": ["./app/listeners/*.js"],
"#events/*": ["./app/events/*.js"],
"#middleware/*": ["./app/middleware/*.js"],
"#validators/*": ["./app/validators/*.js"],
"#providers/*": ["./providers/*.js"],
"#policies/*": ["./app/policies/*.js"],
"#abilities/*": ["./app/abilities/*.js"],
"#database/*": ["./database/*.js"],
"#start/*": ["./start/*.js"],
"#tests/*": ["./tests/*.js"],
"#config/*": ["./config/*.js"],
"#shared/*": ["./shared/*.js"]
"#controllers/*": ["@boklisten/backend/app/controllers/*.js"],
"#exceptions/*": ["@boklisten/backend/app/exceptions/*.js"],
"#models/*": ["@boklisten/backend/app/models/*.js"],
"#mails/*": ["@boklisten/backend/app/mails/*.js"],
"#services/*": ["@boklisten/backend/app/services/*.js"],
"#listeners/*": ["@boklisten/backend/app/listeners/*.js"],
"#events/*": ["@boklisten/backend/app/events/*.js"],
"#middleware/*": ["@boklisten/backend/app/middleware/*.js"],
"#validators/*": ["@boklisten/backend/app/validators/*.js"],
"#providers/*": ["@boklisten/backend/providers/*.js"],
"#policies/*": ["@boklisten/backend/app/policies/*.js"],
"#abilities/*": ["@boklisten/backend/app/abilities/*.js"],
"#database/*": ["@boklisten/backend/database/*.js"],
"#start/*": ["@boklisten/backend/start/*.js"],
"#tests/*": ["@boklisten/backend/tests/*.js"],
"#config/*": ["@boklisten/backend/config/*.js"],
"#shared/*": ["@boklisten/backend/shared/*.js"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down

0 comments on commit a1a4b32

Please sign in to comment.