Files
2026-07-13 12:33:44 +08:00

9 lines
184 B
JSON

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