0.1.6 • Published 5 years ago

@foyer/tsconfig v0.1.6

Weekly downloads
6
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago