mirror of
https://github.com/twentyhq/twenty.git
synced 2026-04-20 15:02:18 -04:00
https://github.com/user-attachments/assets/ce1b2b06-872f-41d0-844a-61db91696624 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noEmit": false,
|
|
"outDir": "../../.cache/tsc",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.js", "src/**/*.ts"],
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/__mocks__/**/*",
|
|
"src/individual-entry.ts"
|
|
]
|
|
}
|