@confy/preset-typescript
v0.5.2
Published
TypeScript preset for Confy.
Downloads
40
Readme
@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.