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:
parent
ab206530e0
commit
504d47d246
@ -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"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user