3.1.2 • Published 1 year ago

@pmnps/plugin-typescript v3.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

@pmnps/plugin-typescript

This plugin works in the pmnps command: 'create', it requires the version of typescript, and it is a optional plugin. It can complete the typescript setting for your creating package or platform.

Usage

Config the .pmnpsrc.json:

{
    ...,
    "plugins":[
        "@pmnps/plugin-typescript"
    ]
}

If you want to link package.json > typings property to ./src/index.ts, use query config:

{
    ...,
    "plugins":[
        [
            "@pmnps/plugin-typescript",
            {
                "noDefineTypings":true
            }
        ]
    ]
}

It can help you import local package dependencies without .d.ts declare file when the index.ts of package is in a package.src dir.

3.1.2

1 year ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago