der tenant admin hat eine neue, mobil unterstützende UI, login redirect funktioniert, typescript fehler wurden bereinigt. Neue Blog Posts von ChatGPT eingebaut, übersetzt von Gemini 2.5
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
/* Language and Environment */
|
||||
"target": "ESNext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
|
||||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||
// "jsx": "preserve", /* Specify what JSX code is generated. */
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
||||
"jsx": "react-jsx", /* Specify what JSX code is generated. */
|
||||
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
||||
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
||||
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
|
||||
@@ -110,8 +110,19 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./resources/js/*"]
|
||||
},
|
||||
"jsx": "react-jsx"
|
||||
}
|
||||
},
|
||||
"include": ["resources/js/**/*.ts", "resources/js/**/*.d.ts", "resources/js/**/*.tsx"]
|
||||
"include": [
|
||||
"resources/js/admin/**/*.ts",
|
||||
"resources/js/admin/**/*.tsx",
|
||||
"resources/js/components/**/*.ts",
|
||||
"resources/js/components/**/*.tsx",
|
||||
"resources/js/actions/**/*.ts",
|
||||
"resources/js/actions/**/*.tsx",
|
||||
"resources/js/routes/**/*.ts",
|
||||
"resources/js/routes/**/*.tsx",
|
||||
"resources/js/types/**/*.ts",
|
||||
"resources/js/lib/**/*.ts",
|
||||
"resources/js/lib/**/*.tsx"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user