Files
DefinitelyTyped-tools/tsconfig.all.json
2020-04-14 15:53:52 -07:00

12 lines
318 B
JSON

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