as title After a sync hellp-world from twenty: - before: <img width="1052" height="321" alt="image" src="https://github.com/user-attachments/assets/e008f2fd-f01e-405f-9ce0-1f14659157c6" /> - after: <img width="1089" height="190" alt="image" src="https://github.com/user-attachments/assets/3c9e301f-eabc-46e7-89e7-baf770dc0bc0" />
9 lines
226 B
JSON
9 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "**/*.e2e-spec.ts", "**/__tests__/**"]
|
|
}
|