0.5.2 • Published 2 years ago

@confy/preset-typescript v0.5.2

Weekly downloads
16
License
MIT
Repository
github
Last release
2 years ago

@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.

0.5.2

2 years ago

0.5.1

3 years ago

1.0.0-alpha.0

3 years ago

0.5.0

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago