mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 12:08:41 -09:00
19 lines
289 B
JSON
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"
|
|
}
|
|
]
|
|
}
|