mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
11 lines
177 B
JSON
11 lines
177 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"declaration": true,
|
||
|
|
"lib": ["esnext", "dom"],
|
||
|
|
"outDir": "dist",
|
||
|
|
"sourceMap": true,
|
||
|
|
"target": "esnext",
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|