mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declarationDir": "../dist/tmp/appdts/",
|
|
"outDir": "../target/",
|
|
"noImplicitAny": false
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"./package.json",
|
|
"../typings/extend-electron.d.ts",
|
|
"../typings/ext-modules.d.ts"
|
|
]
|
|
}
|