Skip to content

Commit

Permalink
enable the use of @
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent 79c1448 commit b5f8bc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"paths": {
"@/*": ["./*"]
},
},
"include": ["src/**/*", "__test__/**/*", "eslintrc.json"]
}

0 comments on commit b5f8bc9

Please sign in to comment.