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

@phanect/configs

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phanect/configs

Collection of @phanect's personal build configs

  • 2024.10.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@phanect/configs

Collection of personal configuration files for @phanect

Install packages

npm install -D @phanect/configs typescript @types/node

tsconfig

Usage

tsconfig.json

{
  "extends": [
    "@phanect/configs/ts/nodejs",
    "@phanect/configs/ts/addons/npm"
  ]
}

List of tsconfigs

  • @phanect/configs/ts/frontend: For frontend projects
  • @phanect/configs/ts/nodejs: For Node.js projects (Backend app & npm package)
  • @phanect/configs/ts/cloudflare: For the apps runs on Cloudflare Workers. Use this config not only when your app only includes code for Cloudflare Workers, but also when your package includes the both code for Cloudflare Workers and frontend. (e.g. like Next.js or Nuxt-based app which includes both frontend and backend code)
  • @phanect/configs/ts/addons/jsx: Supplemental tsconfig for JSX projects
  • @phanect/configs/ts/addons/npm: Supplemental tsconfig for npm package (Generates .d.ts files)
  • @phanect/configs/ts/addons/vite: Supplemental tsconfig for projects using Vite

License

CC0 1.0 (≒ Public Domain)

FAQs

Package last updated on 03 Oct 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc