diff --git a/tsconfig.json b/tsconfig.json index bc8e7f6..f4fda14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "baseUrl": ".", "plugins": [ { "name": "next" @@ -26,4 +25,3 @@ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] } -