1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 13:51:51 +00:00

add react jsx

This commit is contained in:
CanbiZ 2025-01-16 14:48:17 +01:00 committed by GitHub
parent ab206530e0
commit 504d47d246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx", // Ändere von "preserve" zu "react-jsx"
"incremental": true,
"plugins": [
{
@ -27,7 +27,7 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"next.config.mjs",
"next.config.mjs"
],
"exclude": ["node_modules"]
}