Skip to content

Commit 7cf46d8

Browse files
committed
fix: exclue stories from build
we don't need them on npm
1 parent 8dfb405 commit 7cf46d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"outDir": "dist/cjs",
1616
"lib": ["es2017", "dom"]
1717
},
18+
"exclude": ["src/**/*.stories.ts"],
1819
"include": ["src/**/*.ts"]
1920
}

0 commit comments

Comments
 (0)