hyper/tsconfig.json

16 lines
219 B
JSON
Raw Normal View History

2019-09-08 10:41:06 -08:00
{
"extends": "./tsconfig.base.json",
2019-09-08 10:41:06 -08:00
"compilerOptions": {
"outDir": "./dist/tmp/root/"
2019-09-08 10:41:06 -08:00
},
"include": [
"./app/",
"./lib/"
2019-09-08 10:41:06 -08:00
],
"references": [
{
"path": "./app/tsconfig.json"
}
]
2019-09-08 10:41:06 -08:00
}