hyper/tsconfig.json
Labhansh Agrawal f76eae2c52 port cli/ to ts
2019-12-16 18:57:44 +01:00

17 lines
248 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/tmp/root/"
},
"include": [
"./app/",
"./lib/",
"./test/",
"./cli/"
],
"references": [
{
"path": "./app/tsconfig.json"
}
]
}