mirror of
https://gitea.invidious.io/iv-org/invidious-redirect.git
synced 2024-08-15 00:53:24 +00:00
10 lines
161 B
JSON
10 lines
161 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"checkJs": true,
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|