From 0821179f9df1fceb8aece68625a8a6b886bbe48d Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 11 Oct 2024 18:34:57 -0600 Subject: [PATCH] Rename tsconfig-core.json => tsconfig-browser.json, see chipper issue 1463 (not referenced since committing 185 repos) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e0be7ba..c7ca001 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../chipper/tsconfig-core.json", + "extends": "../chipper/tsconfig-browser.json", "include": [ "js/**/*", "images/**/*",