try to get intellisense in template working

This commit is contained in:
joshuaboud 2022-05-30 10:25:01 -03:00
parent c98565f17c
commit 3351c7d4a0
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -3,5 +3,8 @@
"include": [
"jest"
]
},
"compilerOptions": {
"jsx": "preserve",
}
}