0.1.6 • Published 6 years ago

@foyer/tsconfig v0.1.6

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

TS Config Foyer

A TS config for Foyer

Installation

Dependent on typescript-tslint-plugin

npm install @foyer/tsconfig typescript-tslint-plugin --save-dev

Usage

In tsconfig.json: Specify directories path explicily

{
  "extends": "@foyer/tsconfig/tsconfig-base.json",
  "include": ["./src/**/*"],
    "awesomeTypescriptLoaderOptions": {
        "reportFiles": ["./src/**/*"]
    }
}

It requires tslint config file ./tslint.json

Overried config flags

{
  "extends": "@foyer/tsconfig/tsconfig-base.json",
  "compilerOptions": {
    "outDir": "./dist/",
    "allowJs": false,
    "declaration": true,
    "strictNullChecks": true
  },
  "include": ["./src/**/*"],
  "awesomeTypescriptLoaderOptions": {
      "reportFiles": ["./src/**/*"]
  }
}

License

MIT

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago