hyper/tsconfig.json
2023-07-25 16:49:24 +05:30

18 lines
266 B
JSON

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