Add jsconfig.json

To improve JS experience
This commit is contained in:
2021-05-31 20:59:42 +02:00
parent 0e6cd7e2c0
commit 751cc2cc04

6
frontend/jsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"compilerOptions" : {
"checkJs": true,
"target": "es6"
}
}