mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
14 lines
168 B
JSON
14 lines
168 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.base.json",
|
||
|
|
"include": [
|
||
|
|
"./app/",
|
||
|
|
"./lib/",
|
||
|
|
"./test/",
|
||
|
|
"./cli/",
|
||
|
|
"./",
|
||
|
|
],
|
||
|
|
"files": [
|
||
|
|
"./app/index.d.ts"
|
||
|
|
]
|
||
|
|
}
|