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