All checks were successful
Build-und-Deploy / build (push) Successful in 11s
minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test minor change for pipeline test Add Gitea Actions build workflow Add CI/CD pipeline Test Build & Deploy add pipeline add pipeline2 add pipeline3 add pipeline4 add pipeline 5 add pipeline 6 add pipeline 7 add pipeline 8 add pipeline 9 add pipeline 10 add pipeline 11 add pipeline 12 add pipeline 13 add pipeline 14 add pipeline 15 add pipeline 16 add pipeline 17 add pipeline 18 add pipeline 19 add pipeline 20 add pipeline 21 add pipeline 22 add pipeline 23 add pipeline 24 1 2 3
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
// This TypeScript configuration file is generated by vaadin-maven-plugin.
|
|
// This is needed for TypeScript compiler to compile your TypeScript code in the project.
|
|
// It is recommended to commit this file to the VCS.
|
|
// 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.1",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"jsx": "react-jsx",
|
|
"inlineSources": true,
|
|
"module": "esNext",
|
|
"target": "es2022",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
"baseUrl": "src/main/frontend",
|
|
"paths": {
|
|
"@vaadin/flow-frontend": ["generated/jar-resources"],
|
|
"@vaadin/flow-frontend/*": ["generated/jar-resources/*"],
|
|
"Frontend/*": ["*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/main/frontend/**/*",
|
|
"types.d.ts"
|
|
],
|
|
"exclude": [
|
|
"src/main/frontend/generated/jar-resources/**"
|
|
]
|
|
}
|