From 4a76224268f012ff7c22754e4eb624f151c05fe5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 2 Sep 2025 03:18:13 -0400 Subject: wip: typechecking --- cloud/app/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'cloud/app/tsconfig.json') diff --git a/cloud/app/tsconfig.json b/cloud/app/tsconfig.json index 2907fdbb3..4110b02e5 100644 --- a/cloud/app/tsconfig.json +++ b/cloud/app/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "target": "ESNext", "module": "ESNext", + "skipLibCheck": true, "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, -- cgit v1.2.3