@artus/tsconfig

1.0.1 • Public • Published

@artus/tsconfig

TSConfigs for Artus projects to extend.

install

npm i -D @artus/tsconfig

usage

// your_tsconfig.json
{
  "extends": "@artus/tsconfig",
  // custom config...
  "compilerOptions": {
    "outDir": "./lib",
    "rootDir": "./src",
  },
  "exclude": [
    "lib",
    "test",
    "**/*.test.ts"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @artus/tsconfig

Weekly Downloads

82

Version

1.0.1

License

MIT

Unpacked Size

8.33 kB

Total Files

13

Last publish

Collaborators

  • atian25
  • beace
  • jerryshan2011
  • xadillax
  • hyj1991
  • noahziheng
  • wanghx
  • duanpengfei