twenty/tools/eslint-rules/tsconfig.spec.json

8 lines
171 B
JSON
Raw Normal View History

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