mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-01 17:56:37 +00:00
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": ["esnext", "dom"],
|
|
"module": "nodenext",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
},
|
|
"include": ["src"]
|
|
}
|