mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
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": [
|
||
|
]
|
||
|
}
|