Skip to content

Commit

Permalink
fix: noemit inside tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessmartins91 committed May 9, 2024
1 parent 5be8853 commit 60b06d4
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 @@ -17,10 +17,11 @@
"emitDeclarationOnly": true,
"paths": {
"@/*": ["./src/*"]
}
},
"noEmit": true,
},
"exclude": [
"dist",
"dist",
"node_modules",
"src/**/*.test.tsx",
"src/**/*.stories.tsx"
Expand Down

0 comments on commit 60b06d4

Please sign in to comment.