hyparquet/tsconfig.json
2024-08-28 00:56:35 -07:00

13 lines
237 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": ["esnext", "dom"],
"module": "nodenext",
"noEmit": true,
"resolveJsonModule": true,
"strict": true
},
"include": ["src", "test", "demo"]
}