From 839fe2a461d5ad908e7b85ada8f5fcb4f1a33865 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Mar 2026 14:08:59 +0100 Subject: typescript fix --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9a5045a..f33e7c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "resolveJsonModule": true, "esModuleInterop": true }, - "include": ["./webAO/*", "./webAO/viewport/viewport.ts"] + "include": ["./webAO/**/*"] } -- cgit