mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-17 17:48:07 +00:00
17 lines
503 B
JSON
17 lines
503 B
JSON
// `extends` and `types` should be unnecessary, but ts-jest has issues
|
|
// with project references: https://github.com/kulshekhar/ts-jest/issues/766
|
|
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"]
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "packages/header-parser/test" },
|
|
{ "path": "packages/definitions-parser/test" },
|
|
{ "path": "packages/perf/test" },
|
|
{ "path": "packages/publisher/test" },
|
|
{ "path": "packages/utils/test" }
|
|
]
|
|
}
|