mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-14 12:52:39 +03:00
e7857d7fa3
* Improve performance on findMany queries * Fix
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc"
|
|
},
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/*.spec.tsx",
|
|
"**/*.test.tsx",
|
|
"jest.config.ts",
|
|
"tsup.config.ts",
|
|
"tsup.ui.index.tsx"
|
|
],
|
|
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"]
|
|
}
|