Files
bandada/libs/api-sdk/tsconfig.build.json
2023-07-17 21:59:10 +02:00

9 lines
157 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./types"
},
"include": ["src"]
}