gridsome-plugin-ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

gridsome-plugin-ts

GitHub npm npm

TypeScript plugin for Gridsome.

Use ts-loader under the hood.

Installation

npm install -D typescript gridsome-plugin-ts
# or 
yarn add -D typescript gridsome-plugin-ts

Usage

module.exports = {
    plugins: [
        {
            use: 'gridsome-plugin-ts',
            options: {
                /* Options for `ts-loader` */
            }
        }
    ]
};

Package Sidebar

Install

npm i gridsome-plugin-ts

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

4.68 kB

Total Files

5

Last publish

Collaborators

  • illuminator