Move capitalize into twenty-shared (#9414)
capitalize had been moved into twenty-shared. Let's remove the duplicates in server and front !
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["jest", "node"]
|
||||
"types": ["jest", "node"],
|
||||
"paths": {
|
||||
"@/*": ["packages/twenty-front/src/modules/*"],
|
||||
"~/*": ["packages/twenty-front/src/*"],
|
||||
"twenty-ui": ["packages/twenty-ui/src/index.ts"],
|
||||
"@ui/*": ["packages/twenty-ui/src/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/__mocks__/**/*",
|
||||
|
||||
Reference in New Issue
Block a user