0.1.4 • Published 10 months ago

@langri-sha/projen-swcrc v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

1 year ago