11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"sourceMap": false
|
|
}
|
|
}
|