Updated tsconfig

Added "jsx": "react" in compilerOptions
This commit is contained in:
Gabriele Giambrone 2024-02-22 18:17:41 +01:00
parent 0d2f783396
commit 301209b363

View file

@ -1,6 +1,7 @@
{ {
"include": ["src"], "include": ["src"],
"compilerOptions": { "compilerOptions": {
"jsx": "react",
/* Visit https://aka.ms/tsconfig to read more about this file */ /* Visit https://aka.ms/tsconfig to read more about this file */
/* Projects */ /* Projects */