Skip to content

Commit

Permalink
fix: dist
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Mar 1, 2024
1 parent b4f8aeb commit 14e4afc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"resolveJsonModule": true,
"declaration": true,
"paths": {
"vitepress-carbon": ["src/index.ts"]
}
},
"include": ["src", "demo/.vitepress/theme"],
"exclude": ["node_modules"]
"include": ["src"],
"exclude": ["node_modules", "demo"]
}

0 comments on commit 14e4afc

Please sign in to comment.