Socket
Socket
Sign inDemoInstall

@fullstacksjs/tsconfig

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fullstacksjs/tsconfig

FullstacksJS community base tsconfig


Version published
Maintainers
1
Created

Readme

Source

logo


download status version MIT License

Shared TypeScript config for community projects.

Installation

npm :

$ npm install --save-dev @fullstacksjs/tsconfig typescript

yarn :

$ yarn add --dev @fullstacksjs/tsconfig typescript

Usage

Add to your tsconfig.json:

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

Configs

  • NodeJS CommonJS:
{
  "extends": "@fullstacksjs/tsconfig"
}
  • NodeJS ESM Library
{
  "extends": "@fullstacksjs/tsconfig/esm"
}
  • React App:
{
  "extends": "@fullstacksjs/tsconfig/react"
}
  • React library:
{
  "extends": "@fullstacksjs/tsconfig/react-lib"
}

Feel free to use 💛

FAQs

Last updated on 13 May 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc