@confy/preset-typescript

0.5.2 • Public • Published

@confy/preset-typescript

Extends Confy configuration with TypeScript support.

Quick Overview

This preset enables:

  • Support for TypeScript in .ts(x) files
  • Configure tsconfig in .apprc.js file
// .apprc.js
module.exports = {
  addons: {
    typescript: {
      // your tsconfig options here ...
    },
  },
};

Installation

Using @confy/cli:

confy init typescript

If you want to add this preset to an existing project, please read the Confy installation guide.

Readme

Keywords

Package Sidebar

Install

npm i @confy/preset-typescript

Weekly Downloads

4

Version

0.5.2

License

MIT

Unpacked Size

6.94 kB

Total Files

4

Last publish

Collaborators

  • coldi