mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-05 19:06:38 +00:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"lib": ["esnext", "dom"],
|
|
"module": "nodenext",
|
|
"noEmit": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|