hyparquet-writer/tsconfig.json
2025-03-21 00:08:34 -07:00

15 lines
280 B
JSON

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