Skip to content

Commit

Permalink
build: update include array
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Nov 27, 2022
1 parent caee86a commit 7df8cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["src/**/*", "setupTests.ts", "storybook"],
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 7df8cb8

Please sign in to comment.