bibliogram/jsconfig.json

10 lines
161 B
JSON
Raw Normal View History

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