Skip to content

Commit dfa57b0

Browse files
committed
attempt fixing hoga
1 parent 274b4a9 commit dfa57b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"files": [
155155
"bundles",
156156
"lib",
157-
"lib-esm"
157+
"lib-esm",
158+
"typings"
158159
]
159160
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"include": ["src/**/*", "typings/**/*"],
2+
"include": ["src/**/*", "typings/**/*.d.ts"],
33
"exclude": ["node_modules", "src/__tests__/**"],
44
"compilerOptions": {
55
"outDir": "bundles-out",

0 commit comments

Comments
 (0)