@wepy/compiler-typescript

2.1.0 • Public • Published

wepy typescript 编译器

安装

npm install @wepy/compiler-typescript typescript --save-dev

配置wepy.config.js


const TypeScriptCompiler = require('@wepy/compiler-typescript');


module.exports = {
  "plugins": [
      TypeScriptCompiler()
  ]
};

参数说明

TypeScript

Readme

Keywords

Package Sidebar

Install

npm i @wepy/compiler-typescript

Weekly Downloads

43

Version

2.1.0

License

MIT

Unpacked Size

5.28 kB

Total Files

4

Last publish

Collaborators

  • dlhandsome
  • gcaufy