hyparquet-writer/tsconfig.json

13 lines
229 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,
2025-03-25 17:27:15 +00:00
"strict": true
2025-03-20 19:21:52 +00:00
},
"include": ["src", "test"]
}