leafcutter-common build fixes

This commit is contained in:
Darren Clarke 2023-08-25 10:42:19 +02:00
parent 85d91fc8bf
commit aab5b7f5d5
3 changed files with 2 additions and 16 deletions

View file

@ -7,7 +7,6 @@ export { About } from "./components/About";
export { FAQ } from "./components/FAQ";
export { Tooltip } from "./components/Tooltip";
export { Preview } from "./components/Preview";
export { Setup } from "../../apps/leafcutter/app/(main)/setup/_components/Setup";
export { GettingStartedDialog } from "./components/GettingStartedDialog";
export { VisualizationDetail } from "./components/VisualizationDetail";
export const locales = {

View file

@ -24,19 +24,6 @@
}
]
},
"include": [
"**.d.ts",
"**/*.ts",
"**/*.tsx",
"**/*.png, **/*.svg",
"components/AppProvider.tsx",
"../../apps/leafcutter/app/_components/LanguageSelect.tsx",
"../../apps/leafcutter/app/_components/MultiProvider.tsx",
"../../apps/leafcutter/app/_components/Sidebar.tsx",
"../../apps/leafcutter/app/(main)/setup/_components/Setup.tsx",
"../../apps/leafcutter/app/_components/InternalLayout.tsx",
"../../apps/leafcutter/app/_components/TopNav.tsx",
"../../apps/leafcutter/app/_components/AccountButton.tsx"
],
"include": ["**.d.ts", "**/*.ts", "**/*.tsx", "**/*.png, **/*.svg"],
"exclude": ["node_modules", "babel__core"]
}

File diff suppressed because one or more lines are too long