diff --git a/package.json b/package.json index f7ff288..4267ccf 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "email-validator": "^2.0.4", "htmlparser2": "^9.1.0", - "log": "git+https://git.pband.ch/typescript/log", + "log": "git+https://git.pband.ch/typescript/log.git", "zxcvbn": "^4.4.2" }, "devDependencies": { diff --git a/tsconfig.json b/tsconfig.json index ba96c23..dd41062 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - "baseUrl": "./src", - // Enable latest features "lib": ["ESNext","dom"], "target": "ESNext",