From bf50d1c028e973ccc0beffdf568fca417b62f020 Mon Sep 17 00:00:00 2001 From: James Long Date: Mon, 13 Apr 2026 13:33:13 -0400 Subject: feat(core): expose workspace adaptors to plugins (#21927) --- packages/plugin/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/plugin/tsconfig.json') diff --git a/packages/plugin/tsconfig.json b/packages/plugin/tsconfig.json index 117381878..f8e9370d8 100644 --- a/packages/plugin/tsconfig.json +++ b/packages/plugin/tsconfig.json @@ -2,6 +2,7 @@ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { + "rootDir": "src", "outDir": "dist", "module": "nodenext", "declaration": true, -- cgit v1.2.3