Skip to content

Commit

Permalink
ref(frontend): add jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gangjun06 committed Nov 26, 2022
1 parent 22e7137 commit 001df70
Show file tree
Hide file tree
Showing 2 changed files with 2,356 additions and 2,406 deletions.
16 changes: 16 additions & 0 deletions frontend/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/components/*": [
"components/*"
],
"~/utilities/*": [
"components/utilities"
],
"~/pages/*": [
"components/*"
],
}
}
}

0 comments on commit 001df70

Please sign in to comment.