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