jsconfig for a bit of autocompletion and intellisense

pull/3801/head
Taloth Saldono 5 years ago
parent 224fe32b72
commit 9b8ec78502

@ -0,0 +1,20 @@
{
"compilerOptions": {
"target": "es6",
"checkJs": false,
"baseUrl": "src",
"jsx": "react",
"module": "commonjs",
"moduleResolution": "node",
"paths": {
"*": [
"*"
]
}
},
"include": [
"./src/**/*"
],
"exclude": [
]
}
Loading…
Cancel
Save