1.0.0 • Published 2 years ago

@fourio/tsconfig v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
2 years ago

@fourio/tsconfig

FOUR.io Typescript config

Usage

Install:

$ npm install -D @fourio/tsconfig

Edit tsconfig.json:

{
  "extends": "@fourio/tsconfig/[config].json",
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "include": ["./src/**/*"]
}
1.0.0

2 years ago