All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.tsconfig.json Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
{
  "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