@myway42/tsconfig

1.0.0 • Public • Published

tsconfig

Add the package to your "devDependencies":

npm install --save-dev @myway42/tsconfig

Add to your tsconfig.json:

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

The tsconfig.json:

{
  "compilerOptions": {
    "target": "ES6",
    "module": "ESNext",
    "useDefineForClassFields": true,
    "skipLibCheck": true,
    /* Bundler mode */
    "moduleResolution": "Bundler",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    /* Linting */
    "strict": true
  },
  "$schema": "https://json.schemastore.org/tsconfig"
}

Readme

Keywords

Package Sidebar

Install

npm i @myway42/tsconfig

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.31 kB

Total Files

3

Last publish

Collaborators

  • jiangzq-npm