Skip to content

bozerkins/tsconfig-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSConfig base

Hosts TSConfig base that I personally use for my TS projects. The base has very strict rules, that drive strictly typed, good quality code.

How to use

Install:

# npm installation
npm install --save-dev @bozerkins/tsconfig-base

# yarn installation
yarn add --dev @bozerkins/tsconfig-base

Add to your tsconfig.json:

"extends": "@bozerkins/tsconfig-base/tsconfig.json"

Example tsconfig.json

{
    "extends": "@bozerkins/tsconfig-base/tsconfig.json",
    "compilerOptions": {
        "baseUrl": "./",
        "module": "CommonJS",
        "target": "ES2022"
    },
    "exclude": ["node_modules"]
}

About

tsconfig base for your typescript projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published