mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
71ad2ec794
Fixes #4762 Co-Authored-By: taloth <taloth@users.noreply.github.com>
21 lines
317 B
JSON
21 lines
317 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"checkJs": false,
|
|
"baseUrl": "src",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"*": [
|
|
"*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
]
|
|
}
|