Socket
Book a DemoInstallSign in
Socket

@tenonhq/sincronia-typescript-plugin

Package Overview
Dependencies
Maintainers
11
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tenonhq/sincronia-typescript-plugin

TypeScript plugin for Sincronia

0.0.2
latest
Source
npmnpm
Version published
Maintainers
11
Created
Source

@sincronia/typescript-plugin

Overview

This plugin allows you to run the TypeScript compiler on .ts files. Supports tsconfig.json files.

Installation

npm i -D @sincronia/typescript-plugin

Options

KeyTypeDefaultDescription
transpilebooleantrueWhether or not the contents of the typescript file should be transpiled. Useful if you want to use Babel to transpile instead but still want type checking
compilerOptionstypescript.CompilerOptionsnullSame as compilerOptions in a tsconfig.json file

Order of Configurations

  • Load from sinc.config.js options.
  • Check for tsconfig.json file and and override any overlapping values.

Example Usage

This example takes .ts files and only type checks them.

//sinc.config.js
module.exports={
  rules:{
    match:/\.ts$/,
    plugins:[
      name:"@sincronia/typescript-plugin",
      options:{
        transpile:false
      }
    ]
  }
};

FAQs

Package last updated on 17 Aug 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.