1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 07:42:28 +00:00
Lidarr/frontend/jsconfig.json
Qstick b7a9f26222 jsconfig for a bit of autocompletion and intellisense
Fixes #1460

Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-10-13 23:19:29 -04:00

20 lines
317 B
JSON

{
"compilerOptions": {
"target": "es6",
"checkJs": false,
"baseUrl": "src",
"jsx": "react",
"module": "commonjs",
"moduleResolution": "node",
"paths": {
"*": [
"*"
]
}
},
"include": [
"./src/**/*"
],
"exclude": [
]
}