Skip to content

Commit

Permalink
chore: re-generate tsconfig base all after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jun 6, 2024
1 parent d9aed7b commit 65004b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tsconfig.base.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"packages/react-components/react-motion-components-preview/stories/src/index.ts"
],
"@fluentui/react-motion-preview": ["packages/react-components/react-motion-preview/library/src/index.ts"],
"@fluentui/react-motion-preview-stories": ["packages/react-components/react-motion-preview/stories/src/index.ts"],
"@fluentui/react-motions-preview": ["packages/react-components/react-motions-preview/src/index.ts"],
"@fluentui/react-nav-preview": ["packages/react-components/react-nav-preview/src/index.ts"],
"@fluentui/react-overflow": ["packages/react-components/react-overflow/library/src/index.ts"],
Expand All @@ -161,6 +162,9 @@
"@fluentui/react-search": ["packages/react-components/react-search/src/index.ts"],
"@fluentui/react-select": ["packages/react-components/react-select/src/index.ts"],
"@fluentui/react-shared-contexts": ["packages/react-components/react-shared-contexts/library/src/index.ts"],
"@fluentui/react-shared-contexts-stories": [
"packages/react-components/react-shared-contexts/stories/src/index.ts"
],
"@fluentui/react-skeleton": ["packages/react-components/react-skeleton/src/index.ts"],
"@fluentui/react-slider": ["packages/react-components/react-slider/src/index.ts"],
"@fluentui/react-spinbutton": ["packages/react-components/react-spinbutton/src/index.ts"],
Expand Down Expand Up @@ -193,11 +197,7 @@
"@fluentui/recipes": ["packages/react-components/recipes/src/index.ts"],
"@fluentui/theme-designer": ["packages/react-components/theme-designer/src/index.ts"],
"@fluentui/tokens": ["packages/tokens/src/index.ts"],
"@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"],
"@fluentui/react-motion-preview-stories": ["packages/react-components/react-motion-preview/stories/src/index.ts"],
"@fluentui/react-shared-contexts-stories": [
"packages/react-components/react-shared-contexts/stories/src/index.ts"
]
"@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"]
}
}
}

0 comments on commit 65004b9

Please sign in to comment.