Skip to content

Commit 85dd9d3

Browse files
committedMar 4, 2022
build: exclude stories, and test in esm folder
1 parent 6afa05a commit 85dd9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"rootDirs": ["src"]
1111
},
1212
"include": ["src/**/*"],
13-
"exclude": ["src/**/__tests__/*"]
13+
"exclude": ["src/**/__tests__/*", "stories/**/*", "test/**/*"]
1414
}

0 commit comments

Comments
 (0)