From d2986c44c5f27c7ceb872855a33c710ccedf9711 Mon Sep 17 00:00:00 2001 From: Philip Eriksson <12006381+phieri@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:18:51 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8f24083..373a9be 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,9 @@ { "compilerOptions": { "target": "es5", - "module": "commonjs", - "lib": ["es2015", "DOM"], + "module": "es2015", + "lib": ["es2015", "dom"], + "strict": true, } } \ No newline at end of file