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
}
}