mirror of https://github.com/lidarr/Lidarr
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": [
|
||
|
]
|
||
|
}
|