diff --git a/scripts/client/jsconfig.json b/scripts/client/jsconfig.json index f8c14e94..7a0aa2fa 100644 --- a/scripts/client/jsconfig.json +++ b/scripts/client/jsconfig.json @@ -1,14 +1,14 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "moduleResolution": "classic" - }, - "include": [ - "*.js", - "gui/*.js", - "native/*.js", - "../shared/*.js", - "../third-party/mexui/*" - ] + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "moduleResolution": "classic" + }, + "include": [ + "*.js", + "gui/*.js", + "native/*.js", + "../shared/*.js", + "../third-party/mexui/*" + ] } \ No newline at end of file