Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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"
  ]
}

About

TSConfigs for Artus projects to extend.

Resources

Stars

4 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages