Skip to content

Commit 7caaafd

Browse files
committed
fixup
1 parent 853ed68 commit 7caaafd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tsconfig.base.all.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
"packages/react-components/react-jsx-runtime/src/jsx-dev-runtime.ts"
137137
],
138138
"@fluentui/react-jsx-runtime/jsx-runtime": ["packages/react-components/react-jsx-runtime/src/jsx-runtime.ts"],
139+
"@fluentui/react-headless-stories": ["packages/react-components/react-headless/stories/src/index.ts"],
140+
"@fluentui/react-headless": ["packages/react-components/react-headless/library/src/index.ts"],
139141
"@fluentui/react-label": ["packages/react-components/react-label/library/src/index.ts"],
140142
"@fluentui/react-label-stories": ["packages/react-components/react-label/stories/src/index.ts"],
141143
"@fluentui/react-link": ["packages/react-components/react-link/library/src/index.ts"],
@@ -254,9 +256,7 @@
254256
"@fluentui/tokens": ["packages/tokens/src/index.ts"],
255257
"@fluentui/visual-regression-assert": ["tools/visual-regression-assert/src/index.ts"],
256258
"@fluentui/visual-regression-utilities": ["tools/visual-regression-utilities/src/index.ts"],
257-
"@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"],
258-
"@fluentui/react-headless-stories": ["packages/react-components/react-headless/stories/src/index.ts"],
259-
"@fluentui/react-headless": ["packages/react-components/react-headless/library/src/index.ts"]
259+
"@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"]
260260
}
261261
}
262262
}

0 commit comments

Comments
 (0)