Skip to content

Commit

Permalink
chore(playground): fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Apr 18, 2024
1 parent bb43d55 commit 651101f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playground/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["src/*"]
"@/*": ["src/*"],
"backmoji": ["../packages/core/src/index.ts"],
"@backmoji/react": ["../packages/react/src/index.ts"],
"@backmoji/vue": ["../packages/vue/src/index.ts"]
},
"noUnusedLocals": false,
"noUnusedParameters": false
Expand Down

0 comments on commit 651101f

Please sign in to comment.