mirror of
https://github.com/asadbek064/hyparquet-writer.git
synced 2025-12-05 23:31:54 +00:00
15 lines
280 B
JSON
15 lines
280 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": true,
|
||
|
|
"lib": ["esnext", "dom"],
|
||
|
|
"module": "nodenext",
|
||
|
|
"noEmit": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"skipLibCheck": false,
|
||
|
|
"strict": true,
|
||
|
|
"target": "esnext"
|
||
|
|
},
|
||
|
|
"include": ["src", "test"]
|
||
|
|
}
|