1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-20 20:47:30 +00:00
bibliogram/jsconfig.json

9 lines
139 B
JSON
Raw Normal View History

2020-01-12 12:50:21 +00:00
{
"compilerOptions": {
"target": "esnext",
"checkJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}