wessberg / rollup-plugin-ts

A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider restricting the plugin to particular files via options.include

imcm7 opened this issue · comments

Consider restricting the plugin to particular files via options.include

ts({
          include: [
            'server/libraries/test-decorators/*.ts'
          ],
          exclude: ['node_modules/*'],
          tsconfig: 'tsconfig.test.json',
        })

dist/index.d.mts. Consider restricting the plugin to particular files via options.include