8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
} |