From 7aa11b7a8abacf81dec20fff21216df35d333756 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 18:50:33 -0700 Subject: Pulls in pengueno from npm --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a28cdaf..83c85af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,6 @@ "noFallthroughCasesInSwitch": true, "lib": ["ES2022"], "paths": { - "@emprespresso/pengueno": ["./u/index.ts"], "@emprespresso/ci_model": ["./model/index.ts"], "@emprespresso/ci_server": ["./server/index.ts"], "@emprespresso/ci_worker": ["./worker/index.ts"] @@ -25,5 +24,5 @@ }, "include": ["**/*.ts", "**/*.js"], "exclude": ["node_modules", "dist", "**/*.d.ts"], - "references": [{ "path": "./u" }, { "path": "./model" }, { "path": "./server" }, { "path": "./worker" }] + "references": [{ "path": "./model" }, { "path": "./server" }, { "path": "./worker" }] } -- cgit v1.2.3-70-g09d2