@type-config/easy

1.2.1 • Public • Published

@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
  }
}

Package Sidebar

Install

npm i @type-config/easy

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

1.19 kB

Total Files

3

Last publish

Collaborators

  • mirone