Skip to content

Commit c802e97

Browse files
committed
Remove exclusion of src/index.ts file
1 parent 1ef0492 commit c802e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"emitDeclarationOnly": true
55
},
66
"include": ["src/**/*", "typings/**/*", "lib/components/*/*"],
7-
"exclude": [ "node_modules", "src/index.ts"]
7+
"exclude": [ "node_modules"]
88
}

0 commit comments

Comments
 (0)