0.0.4 • Published 1 year ago

@dodi/tsconfig v0.0.4

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

Shareable TypeScript config

Quick start

$ yarn add -D @dodi/tsconfig

or

$ npm install @dodi/tsconfig -D

Add to your tsconfig.json:

{
  extends: "@dodi/tsconfig",
  compilerOptions: {
    // override shared compilerOptions
    outDir: "dist",
    target: "es2018",
    lib: ["es2018"],
    typeRoots: ["./node_modules/@types"],
  },
}

If you want to know which properties were inherited, you can do:

$ tsc --showConfig --project tsconfig.json
0.0.4

1 year ago

0.0.1

1 year ago