1.1.0 • Published 5 years ago

@emmafallancy/typescript-config v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@emmafallancy/typescript-config

Usage

Simply extend the usage with tsconfig.json

{
  "extends": "./node_modules/@emmafallancy/typescript-config/tsconfig.json",
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs",
    "outDir": "lib",
    "rootDir": "src"
  },
  "include": ["src", "typings"]
}
1.1.0

5 years ago

1.0.0

5 years ago