1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 19:11:52 +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", "moduleResolution": "bundler",
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"jsx": "preserve", "jsx": "react-jsx", // Ändere von "preserve" zu "react-jsx"
"incremental": true, "incremental": true,
"plugins": [ "plugins": [
{ {
@ -27,7 +27,7 @@
"**/*.ts", "**/*.ts",
"**/*.tsx", "**/*.tsx",
".next/types/**/*.ts", ".next/types/**/*.ts",
"next.config.mjs", "next.config.mjs"
], ],
"exclude": ["node_modules"] "exclude": ["node_modules"]
} }