diff --git a/tsconfig.json b/tsconfig.json index ff48e53a..06f4a5c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,6 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "useUnknownInCatchVariables": true, - "baseUrl": ".", "types": [ "mocha", "user-agent-data-types" diff --git a/tsconfig.prod.json b/tsconfig.prod.json index 1cdbd213..16aa85a6 100644 --- a/tsconfig.prod.json +++ b/tsconfig.prod.json @@ -1,7 +1,6 @@ { "extends": "./tsconfig", "compilerOptions": { - "baseUrl": ".", "rootDir": "./src" }, "include": ["src"],