hyper/builder/tsconfig.json
2025-08-10 02:06:07 -04:00

19 lines
289 B
JSON

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