hyper/app/tsconfig.json

15 lines
298 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"declarationDir": "../dist/tmp/appdts/",
"outDir": "../target/",
"noImplicitAny": false
},
"include": [
"./**/*",
2023-07-25 01:39:51 -08:00
"./package.json",
"../typings/extend-electron.d.ts",
"../typings/ext-modules.d.ts"
]
}