diff --git a/package.json b/package.json index 5846643..64630df 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "files": ["index.ts"], "dependencies": { - "log": "git@git.pband.ch:typescript/log.git" + "log": "git+https://git.pband.ch/typescript/log.git" }, "peerDependencies": { "typescript": "^5.0.0" diff --git a/tsconfig.json b/tsconfig.json index f6da9ea..3d49bf0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", - // Enable latest features "lib": ["ESNext","dom"], "target": "ESNext",