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