hyper/tsconfig.json

19 lines
266 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/",
2019-12-13 21:31:15 -09:00
"./lib/",
2019-12-14 02:29:48 -09:00
"./test/",
2023-07-25 01:39:51 -08:00
"./cli/",
2023-07-25 02:39:11 -08:00
"./typings/"
2019-09-08 10:41:06 -08:00
],
"references": [
{
"path": "./app/tsconfig.json"
}
]
2019-09-08 10:41:06 -08:00
}