1.2.1 • Published 1 year ago

@type-config/easy v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago

1.1.1

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-beta.1

5 years ago