Files
twenty/tools/eslint-rules/tsconfig.spec.json
T
2025-08-19 18:10:35 +02:00

8 lines
172 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"]
},
"include": ["jest.config.mjs", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}