Skip to content

Commit

Permalink
#5 tsconfig: config relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Menh1505 committed Oct 28, 2024
1 parent a13f3b9 commit 2da908c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Movelazy-vscode/webview/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedParameters": false,
// other options...
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"references": [
{
Expand Down

0 comments on commit 2da908c

Please sign in to comment.