mabulab-frke
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • 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": "ES2015",
    "module": "commonjs",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true
  },
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "Recommended"
}

You can find the code here.

Package Sidebar

Install

npm i mabulab-frke

Weekly Downloads

1

Version

2.0.2

License

ISC

Unpacked Size

8.83 kB

Total Files

15

Last publish

Collaborators

  • simeor