mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
17 lines
295 B
JSON
17 lines
295 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"types": ["jest", "node"]
|
||
|
},
|
||
|
"include": [
|
||
|
"jest.config.ts",
|
||
|
"**/*.test.ts",
|
||
|
"**/*.test.tsx",
|
||
|
"**/*.spec.ts",
|
||
|
"**/*.d.ts",
|
||
|
".storybook/**/*",
|
||
|
"**/*.stories.tsx"
|
||
|
]
|
||
|
}
|