hyparquet/tsconfig.json

11 lines
177 B
JSON
Raw Normal View History

2023-12-29 17:37:37 +00:00
{
"compilerOptions": {
"declaration": true,
"lib": ["esnext", "dom"],
"outDir": "dist",
"sourceMap": true,
"target": "esnext",
},
"include": ["src"]
}