mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-13 17:10:25 -08:00
b7a9f26222
Fixes #1460 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": [
|
|
]
|
|
}
|