hyper/tsconfig.json
2024-11-23 00:44:22 -09: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"
}
]
}