@tsconfig/recommended

1.0.6 • Public • Published

The recommended base for a TSConfig.

Add the package to your "devDependencies":

npm install --save-dev @tsconfig/recommended
yarn add --dev @tsconfig/recommended

Add to your tsconfig.json:

"extends": "@tsconfig/recommended/tsconfig.json"

The tsconfig.json:

{
  "compilerOptions": {
    "target": "es2016",
    "module": "commonjs",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true
  },
  "$schema": "https://json.schemastore.org/tsconfig"
}

You can find the code here.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    48,090
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.6
    48,090
  • 1.0.5
    6,034
  • 1.0.4
    1,772
  • 1.0.3
    30,326
  • 1.0.2
    19,744
  • 1.0.1
    24,168
  • 1.0.0
    0

Package Sidebar

Install

npm i @tsconfig/recommended

Weekly Downloads

130,134

Version

1.0.6

License

MIT

Unpacked Size

2.32 kB

Total Files

4

Last publish

Collaborators

  • orta
  • typescript-deploys