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