mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declarationDir": "../dist/tmp/appdts/",
|
|
"outDir": "../target/"
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"./package.json"
|
|
]
|
|
}
|