Update to Hilla 24

This commit is contained in:
grimsi
2024-08-22 10:55:22 +02:00
parent 042c326380
commit cb073c6bcf
52 changed files with 5944 additions and 4078 deletions
+4 -4
View File
@@ -4,7 +4,7 @@
// You might want to change the configurations to fit your preferences
// For more information about the configurations, please refer to http://www.typescriptlang.org/docs/handbook/tsconfig-json.html
{
"_version": "9",
"_version": "9.1",
"compilerOptions": {
"sourceMap": true,
"jsx": "react-jsx",
@@ -22,7 +22,7 @@
"noUnusedParameters": false,
"experimentalDecorators": true,
"useDefineForClassFields": false,
"baseUrl": "frontend",
"baseUrl": "src/main/frontend",
"paths": {
"@vaadin/flow-frontend": [
"generated/jar-resources"
@@ -36,10 +36,10 @@
}
},
"include": [
"frontend/**/*",
"src/main/frontend/**/*",
"types.d.ts"
],
"exclude": [
"frontend/generated/jar-resources/**"
"src/main/frontend/generated/jar-resources/**"
]
}