From 921f3285b00d25f67673cbcf1c6322b52a56ba67 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Sat, 11 Apr 2026 11:26:38 +0200 Subject: [PATCH] fix ts config --- docs/plugins/woodpecker-plugins/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/plugins/woodpecker-plugins/tsconfig.json b/docs/plugins/woodpecker-plugins/tsconfig.json index cb5616fbc..2e34e5cb3 100644 --- a/docs/plugins/woodpecker-plugins/tsconfig.json +++ b/docs/plugins/woodpecker-plugins/tsconfig.json @@ -15,7 +15,6 @@ "module": "Node16", "target": "ES6", "outDir": "dist", - "baseUrl": ".", "rootDir": "src", "pretty": true, "noEmit": false