hyparquet/tsconfig.json
2024-01-04 10:15:39 -08:00

15 lines
266 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": ["esnext", "dom"],
"module": "nodenext",
"outDir": "dist",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
},
"include": ["src"]
}