From 3351c7d4a03bd8411fabea2c521602113a94c0ab Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 30 May 2022 10:25:01 -0300 Subject: [PATCH] try to get intellisense in template working --- navigator/jsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/navigator/jsconfig.json b/navigator/jsconfig.json index 594d9e9..1a88dce 100644 --- a/navigator/jsconfig.json +++ b/navigator/jsconfig.json @@ -3,5 +3,8 @@ "include": [ "jest" ] + }, + "compilerOptions": { + "jsx": "preserve", } }