mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
15 lines
282 B
JSON
15 lines
282 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"**/*.spec.ts",
|
||
|
"**/*.test.ts",
|
||
|
"**/*.spec.tsx",
|
||
|
"**/*.test.tsx",
|
||
|
"jest.config.ts"
|
||
|
],
|
||
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
|
||
|
}
|