Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"extends": ["./tsconfig.json"],
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"customConditions": []
|
|
}
|
|
}
|