From 563bbc91db84d08741a181e9b1b61be7d368d42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 5 May 2025 19:04:06 +0200 Subject: [PATCH] Revert jsconfig --- assets/jsconfig.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 377218c..040177a 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -1,10 +1,12 @@ { - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "*" - ] - } - } + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + }, + "lib": ["es2020", "dom"], + "jsx": "preserve" + } } \ No newline at end of file