mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
jsconfig for a bit of autocompletion and intellisense
Fixes #1460 Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
This commit is contained in:
parent
c6794fd0be
commit
b7a9f26222
1 changed files with 20 additions and 0 deletions
20
frontend/jsconfig.json
Normal file
20
frontend/jsconfig.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es6",
|
||||||
|
"checkJs": false,
|
||||||
|
"baseUrl": "src",
|
||||||
|
"jsx": "react",
|
||||||
|
"module": "commonjs",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"paths": {
|
||||||
|
"*": [
|
||||||
|
"*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"./src/**/*"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue