Files
DefinitelyTyped-tools/tsconfig.json
Nathan Shively-Sanders 23c7bacc24 Port dtslint tests to jest, re-root dts-critic tests (#364)
* Port dtslint tests to jest, re-root dts-critic tests

dts-critic tests need to be run from DefinitelyTyped-tools/ root now,
which also changes a couple of the assertions.

* build dtslint before running tests

* remove @types/jest devDep from dts-critic

* add dts-critic/dtslint to root build

* better name for dtslint tests
2021-12-03 10:41:34 -08:00

17 lines
471 B
JSON

{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "packages/definitions-parser" },
{ "path": "packages/dts-critic" },
{ "path": "packages/dtslint" },
{ "path": "packages/dtslint-runner" },
{ "path": "packages/header-parser" },
{ "path": "packages/perf" },
{ "path": "packages/publisher" },
{ "path": "packages/typescript-versions" },
{ "path": "packages/utils" },
{ "path": "packages/retag" }
]
}