From 4e5547e1f8773000d3df1292c0467770c135cb8c Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Sun, 28 Aug 2022 20:43:36 +0200 Subject: [PATCH] Smallfix for TS intellisense --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index bee13ca..a6eee01 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "module": "commonjs", - "target": "es6" + "target": "es6", + "jsx": "preserve" }, "exclude": [ "node_modules"