3.0.0 • Published 9 months ago

@rokinsky/tsconfig v3.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 months ago

Shareable TypeScript config

Quick start

$ yarn add -D @rokinsky/tsconfig

or

$ npm install @rokinsky/tsconfig -D

Add to your tsconfig.json:

{
    extends: '@rokinsky/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
3.0.0

9 months ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago