hyper/app/tsconfig.json
2019-12-13 21:47:22 +01:00

11 lines
196 B
JSON

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