hyper/tsconfig.json

18 lines
248 B
JSON
Raw Permalink 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/",
2019-12-13 21:31:15 -09:00
"./lib/",
2019-12-14 02:29:48 -09:00
"./test/",
"./cli/"
2019-09-08 10:41:06 -08:00
],
"references": [
{
"path": "./app/tsconfig.json"
}
]
2019-09-08 10:41:06 -08:00
}