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

@ayana/ts

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ayana/ts

TypeScript config, linting and compiler helper for Ayana projects

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@ayana/ts NPM Discord

TypeScript config, linting and compiler helper for Ayana projects.

Install

yarn add @ayana/ts tslint typescript --dev
npm i @ayana/ts tslint typescript --only=dev

Use

To use the TSConfig, add the following to your tsconfig.json:

{
	"extends": "@ayana/ts/config"
}

NOTE: Using this TSConfig will make tsc unusable by itself. You have to use ayc, either in the command line by installing it globally or as a build script inside your package.json.

To use the TSLint config, add the following to your tslint.json:

{
	"extends": "@ayana/ts/lint"
}

FAQs

Package last updated on 19 Aug 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

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