0.17.0 • Published 2 months ago

@taiga-ui/tsconfig v0.17.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

Shareable TypeScript config for Angular projects

image image

Quick start

$ npm install @taiga-ui/tsconfig -D

Add to your tsconfig.json:

{
  extends: '@taiga-ui/tsconfig',
  angularCompilerOptions: {
    // override shared angularCompilerOptions
    strictTemplates: true,
    disableTypeScriptVersionCheck: true,
  },
  compilerOptions: {
    // override shared compilerOptions
    outDir: 'dist',
    target: 'es2018',
    lib: ['es2018'],
    typeRoots: ['./node_modules/@types', './node_modules/@taiga-ui/tsconfig'],
    types: ['ng-dev-mode'],
  },
}

or:

/// <reference types="@taiga-ui/tsconfig/ng-dev-mode" />

ngDevMode && console.log('My log');
0.17.0

2 months ago

0.16.0

3 months ago

0.15.0

3 months ago

0.13.0

4 months ago

0.14.0

4 months ago

0.12.0

5 months ago

0.11.0

5 months ago

0.10.0

5 months ago

0.9.0

5 months ago

0.8.0

5 months ago

0.7.0

5 months ago

0.6.0

6 months ago

0.5.0

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.3.1

6 months ago

0.3.0

6 months ago

0.2.4

7 months ago

0.2.3

7 months ago