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