Skip to content

Commit

Permalink
🚑 Exclude .storybook in build tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Nov 6, 2024
1 parent 2731ba3 commit 090ae44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.12.1",
"description": "Frontend Typescript components for the Amplify team",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"type": "module",
"author": "Amplify Team",
"license": "ISC",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"src/**/*.stories.ts*",
"src/**/*.test.ts*",
"vite.config.ts",
"src/storybook"
"eslint.config.js",
"src/storybook",
".storybook"
]
}

0 comments on commit 090ae44

Please sign in to comment.