mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-30 00:46:38 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"lib": ["esnext", "dom"],
|
|
"module": "nodenext",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "esnext",
|
|
},
|
|
"include": ["src"]
|
|
}
|