Skip to content

Commit

Permalink
config: Add jsconfig.json file for frontend configuration to allow fo…
Browse files Browse the repository at this point in the history
…r absolute imports
  • Loading branch information
drikusroor committed Dec 8, 2023
1 parent 58cedf3 commit d698f89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": "src"
},
"include": [
"src"
]
}

0 comments on commit d698f89

Please sign in to comment.