10 lines
172 B
JSON
10 lines
172 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|