hyper/tsconfig.json

20 lines
289 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": {
2024-08-24 16:41:58 -08:00
"outDir": "./dist/tmp/root/",
"composite": true
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
}