Skip to content

Commit

Permalink
fix: not found @flypeng/tool/browser package declare file
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Jan 11, 2024
1 parent 2678ac1 commit 1a84a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"skipLibCheck": true,
"noEmit": true,
"paths": {
"~/*": ["src/*"]
"~/*": ["src/*"],
"@flypeng/tool/browser": ["node_modules/@flypeng/tool/dist/browser/index.d.ts"],
"@flypeng/tool/node": ["node_modules/@flypeng/tool/dist/node/index.d.ts"]
},
"types": ["unplugin-icons/types/vue", "naive-ui/volar"]
},
Expand Down

0 comments on commit 1a84a86

Please sign in to comment.