Skip to content

Commit 49134c9

Browse files
committed
chore: prevent test and story file from generating .d.ts
1 parent a9bf31f commit 49134c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.lib.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"emitDeclarationOnly": true
2121
},
2222
"include": ["src"],
23+
"exclude": ["src/__test__", "src/stories"],
2324
"references": [{ "path": "./tsconfig.node.json" }]
2425
}

0 commit comments

Comments
 (0)