0.1.4 • Published 11 months ago

@langri-sha/projen-swcrc v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@langri-sha/projen-swcrc

A projen component for configuring.

Usage

npm install -D projen @langri-sha/projen-swcrc

Add the SWC configuration:

import { Project } from 'projen'
import { SWCConfiguration } from '@langri-sha/projen-swcrc'

const project = new Project({
  name: 'test',
})

new SWCConfiguration(project, {
  jsc: {
    parser: {
      syntax: 'ecmascript',
    },
  },
})

project.synth()
0.1.4

11 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago