mirror of
https://github.com/asadbek064/hyparquet-writer.git
synced 2025-12-05 23:31:54 +00:00
12 lines
214 B
JSON
12 lines
214 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": false,
|
||
|
|
"declaration": true,
|
||
|
|
"emitDeclarationOnly": true,
|
||
|
|
"outDir": "types",
|
||
|
|
"declarationMap": true
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|