[CHORE] Remove preconstruct local patch (#11153)
# Introduction Please find related parent PR https://github.com/twentyhq/twenty/pull/11083 Custom TypeScript configuration file should be available on "2.8.12" ! See related changeset version dump PR https://github.com/preconstruct/preconstruct/pull/619
This commit is contained in:
@ -194,6 +194,8 @@ const computePackageJsonFilesAndPreconstructConfig = (
|
||||
|
||||
return {
|
||||
preconstruct: {
|
||||
// TODO refactor to merge in existing configuration
|
||||
tsconfig: 'tsconfig.lib.json',
|
||||
entrypoints: [
|
||||
'./index.ts',
|
||||
...entrypoints.map((module) => `./${module}/index.ts`),
|
||||
|
||||
Reference in New Issue
Block a user