3ef94f6e8c
Co-authored-by: Charles Bochet <charles@twenty.com>
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["jest.config.mjs", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
|
|
}
|