hyparquet/tsconfig.json
2024-01-04 11:11:00 -08:00

15 lines
280 B
JSON

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