diff --git a/tsconfig.json b/tsconfig.json index ab60f0b..e21da2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "ES2020", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, @@ -14,7 +14,6 @@ "isolatedModules": true, "jsx": "react-jsx", "incremental": true, - "baseUrl": ".", "plugins": [ { "name": "next",