Add jsconfig.json
To improve JS experience
This commit is contained in:
6
frontend/jsconfig.json
Normal file
6
frontend/jsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions" : {
|
||||||
|
"checkJs": true,
|
||||||
|
"target": "es6"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user