diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 377218c..ee56d8a 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -1,10 +1,11 @@ { - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "*" - ] - } - } + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + }, + "target": "es2015" + } } \ No newline at end of file