🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@nexst/tsconfig-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexst/tsconfig-client

A tsconfig.json for a nexst client app

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

😎 @nexst/tsconfig-client 😎

How to use

Install it:

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

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

Then use it:

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

In the @nexst/tsconfig-client

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

Keywords

tsconfig

FAQs

Package last updated on 30 Mar 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