hyper/tsconfig.json
2023-07-25 15:34:59 +05:30

18 lines
265 B
JSON

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