9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "lib/types"
|
|
}
|
|
}
|