hyper/tsconfig.json
2019-12-15 22:27:48 +01:00

16 lines
234 B
JSON

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