2019-12-11 19:31:14 +05:30
|
|
|
{
|
|
|
|
|
"extends": "../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"declarationDir": "../dist/tmp/appdts/",
|
2022-01-08 15:57:12 +05:30
|
|
|
"outDir": "../target/",
|
|
|
|
|
"noImplicitAny": false
|
2019-12-11 19:31:14 +05:30
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"./**/*",
|
2023-07-25 15:09:51 +05:30
|
|
|
"./package.json",
|
|
|
|
|
"../typings/extend-electron.d.ts",
|
|
|
|
|
"../typings/ext-modules.d.ts"
|
2019-12-11 19:31:14 +05:30
|
|
|
]
|
|
|
|
|
}
|