2019-12-11 05:01:14 -09:00
|
|
|
{
|
|
|
|
|
"extends": "../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"declarationDir": "../dist/tmp/appdts/",
|
2022-01-08 01:27:12 -09:00
|
|
|
"outDir": "../target/",
|
|
|
|
|
"noImplicitAny": false
|
2019-12-11 05:01:14 -09:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"./**/*",
|
|
|
|
|
"./package.json"
|
|
|
|
|
]
|
|
|
|
|
}
|