@nelsonlaidev/typescript-config
v1.1.0
Published
Personal TypeScript configurations for Nelson Lai projects.
Readme
@nelsonlaidev/typescript-config
Personal TypeScript configurations for Nelson Lai projects.
Installation
npm i -D @nelsonlaidev/typescript-configCreate a tsconfig.json file with the following content:
{
"extends": "@nelsonlaidev/typescript-config/base.json",
"compilerOptions": {
// Custom TypeScript configuration options
}
}Presets
You can also use predefined presets for your configuration.
@nelsonlaidev/typescript-config/base.json@nelsonlaidev/typescript-config/next.json@nelsonlaidev/typescript-config/react-library.json
