13 lines
243 B
JSON
13 lines
243 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"emitDeclarationOnly": false,
|
||
|
|
"baseUrl": ".",
|
||
|
|
"sourceMap": true,
|
||
|
|
"inlineSources": true
|
||
|
|
}
|
||
|
|
}
|