8000 GitHub - kdt310722/tsconfig: Shared TypeScript config for my projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shared TypeScript config for my projects

License

Notifications You must be signed in to change notification settings

kdt310722/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig

Shared TypeScript config for my projects

Install

npm install --save-dev @kdt310722/tsconfig

This config requires TypeScript 5 or later.

Usage

tsconfig.json

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

  • For building a library, using @kdt310722/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
0