1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-21 04:57:29 +00:00
bibliogram/jsconfig.json
2020-01-13 01:50:21 +13:00

9 lines
139 B
JSON

{
"compilerOptions": {
"target": "esnext",
"checkJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}