Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@ducktors/tsconfig

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ducktors/tsconfig

Shared TypeScript configuration


Version published
Weekly downloads
49
decreased by-47.31%
Maintainers
2
Weekly downloads
 
Created

tsconfig

Shared TypeScript config

Install

$ pnpm add -D @ducktors/tsconfig

Usage

tsconfig.json

{
  "extends": "@ducktors/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  }
}

Check fastify-tsconfig for other options.

This project is inspired by: sindresorhus/tsconfig

License

MIT © Ducktors

FAQs

Package last updated on 19 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts