mirror of
https://github.com/Booteille/bibliogram.git
synced 2025-02-22 09:12:00 +00:00
9 lines
139 B
JSON
9 lines
139 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"checkJs": true,
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|