@angular-ru/typescript

14.1.0 • Public • Published

Shareable TypeScript config for Angular projects

image image

Quick start

$ npm install @angular-ru/typescript -D

Add to your tsconfig.json:

{
    extends: '@angular-ru/typescript/tsconfig.json',
    angularCompilerOptions: {
        // override shared angularCompilerOptions
        strictTemplates: true,
        disableTypeScriptVersionCheck: true
    },
    compilerOptions: {
        // override shared compilerOptions
        outDir: 'dist',
        target: 'es2018',
        lib: ['es2018'],
        typeRoots: ['./node_modules/@types']
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @angular-ru/typescript

Weekly Downloads

1

Version

14.1.0

License

MIT

Unpacked Size

8.75 kB

Total Files

5

Last publish

Collaborators

  • splincode
  • angular-ru