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

@ -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"]
}