hyper/app/tsconfig.json

12 lines
196 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"declarationDir": "../dist/tmp/appdts/",
"outDir": "../target/"
},
"include": [
"./**/*",
"./package.json"
]
}