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