Skip to content

Commit bffc33e

Browse files
committed
Fix some packages failing to build
1 parent 275f283 commit bffc33e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: packages/plugin-flexbox-lite/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"declaration": false,
66
"declarationMap": false
77
},
8-
"include": ["src"],
8+
"include": ["src", "../../types/*.d.ts"],
99
"exclude": ["node_modules", "dist"]
1010
}

Diff for: packages/plugin-flexbox/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"declaration": false,
66
"declarationMap": false
77
},
8-
"include": ["src"],
8+
"include": ["src", "../../types/*.d.ts"],
99
"exclude": ["node_modules", "dist"]
1010
}

Diff for: packages/react-lightning-components/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"declarationMap": false,
77
"types": ["@plexinc/react-lightning-plugin-flexbox/jsx"]
88
},
9-
"include": ["src"],
9+
"include": ["src", "../../types/*.d.ts"],
1010
"exclude": ["node_modules", "dist"]
1111
}

0 commit comments

Comments
 (0)