hyparquet-writer/tsconfig.json

15 lines
280 B
JSON
Raw Normal View History

2025-03-20 19:21:52 +00:00
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": ["esnext", "dom"],
"module": "nodenext",
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": false,
"strict": true,
"target": "esnext"
},
"include": ["src", "test"]
}