{ "extends": "../../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "allowJs": false, "allowSyntheticDefaultImports": true, "strict": true, "esModuleInterop": true, "noEmit": true, "types": ["node"], "outDir": "../../.cache/tsc", "paths": { "@ui/*": ["packages/twenty-ui/src/*"] } }, "files": [], "include": [], "references": [ { "path": "./tsconfig.build.json" }, { "path": "./tsconfig.dev.json" }, { "path": "./tsconfig.spec.json" }, { "path": "./tsconfig.storybook.json" } ] }