Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Common Lib TSConfig

Common tsconfig.json templates for libraries development.

Usage

Extends tsconfig files exported from this package to make your tsconfig.json file more concise:

{
  // tsconfig.json or tsconfig.xxx.json
  "extends": "common-lib-tsconfig/tsconfig.json",
  "include": ["src/**/*.ts"],
  "compilerOptions": {
    // Override default compiler options here...
  },
}

Open Source License

This package is released under the Apache 2.0 License.