mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-10-31 21:47:29 +00:00
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"checkJs": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|