mirror of
https://github.com/Radarr/Radarr
synced 2024-12-21 23:42:23 +00:00
jsconfig for a bit of autocompletion and intellisense
Fixes #4762 Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
parent
77036ac3ef
commit
71ad2ec794
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…
Reference in a new issue