diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json new file mode 100644 index 0000000..8225e17 --- /dev/null +++ b/frontend/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions" : { + "checkJs": true, + "target": "es6" + } +}