From 872b7f2c2a0860f4ac28a378fae5372d84e1ab05 Mon Sep 17 00:00:00 2001 From: Violet Millie Date: Wed, 24 Jan 2024 20:05:52 +0000 Subject: [PATCH] Change configuration to allow for DOM interaction --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dcd8fc5..d6d2616 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "lib": ["ESNext"], + "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", @@ -20,3 +20,4 @@ "forceConsistentCasingInFileNames": true } } +