mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-01 17:56:37 +00:00
* remove demo * remove more references to the demo + fix the image * remove unused dependencies * set new demo URL
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"jsx": "react",
|
|
"lib": ["esnext", "dom"],
|
|
"module": "nodenext",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|