From ffcc65cf7e7d1153b8cb9d79a07f614703cafccb Mon Sep 17 00:00:00 2001 From: Jordan Kiesel Date: Sat, 9 May 2026 23:00:18 -0600 Subject: [PATCH] chore: remove non-type-checking options from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9df295e3..64dca8ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "module": "esnext", "types": ["emscripten", "mocha", "node"], "allowImportingTsExtensions": true, - "declaration": true, "noEmit": true }, "include": ["scripts", "src", "test"]