hyparquet/tsconfig.json
2024-04-26 14:01:00 -07:00

15 lines
281 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"]
}