@type-config/easy

The most loosing rules for typescript. Fit for new starter or old javascript projects.

Usage no npm install needed!

<script type="module">
  import typeConfigEasy from 'https://cdn.skypack.dev/@type-config/easy';
</script>

README

@type-config/easy

The most loosing rules for typescript. Fit for new starter or old javascript projects.

rules

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
    "sourceMap": true,

    "moduleResolution": "node",
    "esModuleInterop": true,
    "allowJs": true,
    "allowUnreachableCode": true,
    "allowUnusedLabels": true,
    "noStrictGenericChecks": true,
    "skipLibCheck": true
  }
}