Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Config suppourt for absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lily4178993 committed Jul 18, 2023
1 parent 98e8ea0 commit 6f84f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}

0 comments on commit 6f84f64

Please sign in to comment.