9 lines
168 B
JSON
9 lines
168 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./target/",
|
||
|
"sourceMap": false,
|
||
|
"inlineSourceMap": true,
|
||
|
"inlineSources": true
|
||
|
}
|
||
|
}
|