mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
13 lines
331 B
JSON
13 lines
331 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"]
|
|
},
|
|
"references": [
|
|
{ "path": "packages/header-parser/test" }
|
|
],
|
|
"files": []
|
|
}
|