Skip to content

Commit

Permalink
chore: fix ts config about @vutils-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed May 10, 2024
1 parent f1b4451 commit f50e797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vtable/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"strict": false,
"paths": {
"@src/*": ["./src/*"],
"@vutils-extension": ["./src/vutil-extension-temp/index.ts"]
"@vutils-extension": ["./src/vutil-extension-temp"]
}
},
"references": [
Expand Down

0 comments on commit f50e797

Please sign in to comment.