0.5.2 • Published 4 years ago
@confy/preset-typescript v0.5.2
@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 typescriptIf you want to add this preset to an existing project, please read the Confy installation guide.