hyparquet-writer/tsconfig.json
2025-03-25 10:30:37 -07:00

13 lines
229 B
JSON

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