TypeScript/tests/projects/demo/zoo/tsconfig.json
2019-08-09 13:38:24 -07:00

12 lines
No EOL
188 B
JSON

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"outDir": "../lib/zoo",
"rootDir": "."
},
"references": [
{
"path": "../animals"
}
]
}