From 01c59817b391edcb63ff60d1e9c2d4a9ceb56e67 Mon Sep 17 00:00:00 2001 From: Tony Powell Date: Mon, 9 Dec 2024 12:31:48 -0500 Subject: [PATCH] lint --- js/tsconfig.base.esm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tsconfig.base.esm.json b/js/tsconfig.base.esm.json index 5f87427f7..bcb63fc8e 100644 --- a/js/tsconfig.base.esm.json +++ b/js/tsconfig.base.esm.json @@ -3,6 +3,6 @@ "compilerOptions": { "target": "ES2020", "moduleResolution": "node10", - "module": "ES2020", + "module": "ES2020" } }