Skip to content

Commit

Permalink
fix: path alias
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Jul 6, 2024
1 parent 1e70e0a commit 0d1321d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions jsconfig.json

This file was deleted.

4 changes: 4 additions & 0 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
Expand Down

0 comments on commit 0d1321d

Please sign in to comment.