rollup-plugin-ts icon indicating copy to clipboard operation
rollup-plugin-ts copied to clipboard

Consider restricting the plugin to particular files via options.include

Open imcm7 opened this issue 2 years ago • 1 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',
        })

imcm7 avatar Oct 12 '23 17:10 imcm7

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

imcm7 avatar Oct 12 '23 17:10 imcm7