wepy-compiler-typescript

1.5.12 • Public • Published

wepy typescript 编译器

安装

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

配置wepy.config.js

module.exports = {
    "compilers": {
        typescript: {
            "compilerOptions": {
                "module": "system"
            }
        }
    }
};

参数说明

TypeScript

Readme

Keywords

Package Sidebar

Install

npm i wepy-compiler-typescript

Weekly Downloads

4

Version

1.5.12

License

MIT

Unpacked Size

1.36 kB

Total Files

3

Last publish

Collaborators

  • gcaufy