🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@nexst/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexst/tsconfig

A tsconfig.json for a nexst app

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

😎 @nexst/tsconfig 😎

How to use

Install it:

# with yarn
$ yarn add --dev @nexst/tsconfig

# or with npm
$ npm install --save-dev @nexst/tsconfig

Then use it:

{
  "extends": "@nexst/tsconfig",
  "compilerOptions": {
    "outDir": "build"
  }
}

In the @nexst/tsconfig

{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "jsx": "preserve",
    "lib": ["dom", "es2017"],
    "moduleResolution": "node",
    "declaration": true,
    "strict": true,
    "strictPropertyInitialization": false,
    "removeComments": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "allowSyntheticDefaultImports": true
  }
}

Keywords

nexst

FAQs

Package last updated on 01 May 2019

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