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