Set up React

This commit is contained in:
2025-08-29 15:01:19 +03:00
Unverified
parent 9f2af12374
commit a69cf6e5ec
7 changed files with 50 additions and 61 deletions
+5 -1
View File
@@ -17,7 +17,11 @@
"strict": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
/* React JSX Support */
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"include": ["src", "electron.d.ts"]
}