mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
9 lines
191 B
JSON
9 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "es2020",
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": ["node_modules", "tests"]
|
|
}
|