mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "node"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|