From 4290cd398c6d4c9ef5f90e95a42441e0cba3951c Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Mon, 20 May 2024 01:03:36 +0200 Subject: [PATCH] Once again, fix exports, paths n all --- package.json | 2 +- tsconfig.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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",