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

baset-plugin-ts

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baset-plugin-ts

TypeScript plugin for BaseT project.

  • 0.5.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

BaseT TypeScript plugin

TypeScript reader plugin for BaseT project.

Installation and usage

Run:

npm install --save-dev baset-plugin-ts

and adding next line to baset.plugins section in your package.json or plugins section in your .basetrc/.basetrc.json:

".spec.ts$": ["baset-plugin-ts", "baset-plugin-export"]

You may also specify additional options for this plugin under baset.options section in your package.json or options section in your .basetrc/.basetrc.json:

"baset-plugin-ts": {
    "config": "./tsconfig.json"  // path to your config
}

or

"baset-plugin-ts": {
    "config": {
        "compilerOptions": {
            "target": "es2015",
            "module": "commonjs",
            // and any other options for compiler
        }
    }
}

Obviously, not every option for TS compiler will have noticeable impact on tests.

Full list of available compiler options you may find at official TS documentation

Keywords

FAQs

Package last updated on 29 Jan 2018

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