8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|