[FRONT COMPONENTS] Move to twenty-sdk (#17587)
Move front components from twenty-shared to twenty-sdk
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"allowJs": false,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
@@ -17,15 +16,8 @@
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"scripts/**/*.ts",
|
||||
"**/__mocks__/**/*",
|
||||
"jest.config.mjs"
|
||||
],
|
||||
"exclude": [
|
||||
"src/front-component/remote/mock/**/*",
|
||||
"src/front-component/host/generated/host-component-registry.ts",
|
||||
"src/front-component/remote/generated/remote-components.ts",
|
||||
"src/front-component/remote/generated/remote-elements.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user