helpyourneighbour/node_modules/@jest/pattern/tsconfig.json

11 lines
228 B
JSON
Raw Normal View History

2026-03-17 07:07:36 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"include": ["./src/**/*"],
"exclude": ["./**/__tests__/**/*"],
"references": [{"path": "../jest-regex-util"}]
}