hyper/tsconfig.json
2024-08-25 02:41:58 +02: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"
}
]
}