Skip to content

v3.0.1

Compare
Choose a tag to compare
@indooorsman indooorsman released this 28 Aug 07:46
· 9 commits to main since this release

V3.0.1

  • add ability to custom ts declaration file outdir, e.g.:
{
  emitDeclarationFile: {
    '.css.d.ts': './dist/no-bundle',
    '.d.css.ts': './generated-dts'
  }
}