mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-24 03:33:31 +01:00
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"checkJs": false,
|
|
"baseUrl": "src",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"*": [
|
|
"*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
]
|
|
} |