mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-17 17:48:07 +00:00
* 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
17 lines
471 B
JSON
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" }
|
|
]
|
|
}
|