mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{ "path": "../utils" },
|
|
{ "path": "../header-parser" }
|
|
]
|
|
}
|