diff --git a/apps/schools/tsconfig.json b/apps/schools/tsconfig.json index 2f8c4eac..88e6bf69 100644 --- a/apps/schools/tsconfig.json +++ b/apps/schools/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "es2018", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,