web.tsconfig.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
{
"compilerOptions": {
"target": "es2016",
"lib": [
"es2021",
"dom"
],
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": false,
"noImplicitAny": false,
"jsx": "react-jsx"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy