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