Skip to content
/ tsconfig Public

Shared TypeScript config for my projects

License

Notifications You must be signed in to change notification settings

kdtjs/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig

Shared TypeScript config for my projects

Install

npm install --save-dev @kdt-js/tsconfig

This config requires TypeScript 5 or later.

Usage

tsconfig.json

{
    "extends": "@kdt-js/tsconfig",
    "compilerOptions": {
        // ...
    }
}
  • For Vue, extend @kdt-js/tsconfig/vue instead.

  • For building a library, using @kdt-js/tsconfig/lib and specify outDir in your tsconfig.json.

About

Shared TypeScript config for my projects

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published