mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
* Use real TypeScript resolution for determining used files * getTypingInfo needs the whole DT FS * Fix a few things not showing up in tests * Disable superfluous OTHER_FILES error * Replace internal API * Bring back error for relatively referencing other packages * Fix `getLocallyInstalledDefinitelyTyped` * PR suggestions
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"types": ["node"],
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../utils" },
|
|
{ "path": "../header-parser" }
|
|
]
|
|
}
|