hyper/tsconfig.json
2019-12-13 21:47:22 +01:00

15 lines
219 B
JSON

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