🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@flitz/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flitz/tsconfig

Shared TypeScript config files for flitz projects.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
14
133.33%
Maintainers
2
Weekly downloads
 
Created
Source

tsconfig

npm

Shared TypeScript config files for flitz projects.

Install

$ npm install --save-dev @flitz/tsconfig

Usage

tsconfig.json

{
  "extends": "@flitz/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  },
  "exclude": [
    "node_modules",
    "./src/sandbox"
  ]
}

License

MIT © Marcel Kloubert

Keywords

config

FAQs

Package last updated on 20 Dec 2020

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