1.0.0 • Published 1 year ago

@myway42/tsconfig v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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"
}
1.0.0

1 year ago