Files
DefinitelyTyped-tools/tsconfig.json
2020-05-19 15:09:43 -07:00

15 lines
396 B
JSON

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