1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/extensions/rollup.config.js
Roman 1ec6db9901 generating extension-api.d.ts with rollup -- part 2
Signed-off-by: Roman <ixrock@gmail.com>
2020-09-28 14:15:14 +03:00

6 lines
240 B
JavaScript

// Workaround for using Typescript in Rollup configutation
// https://stackoverflow.com/questions/54711437/does-rollup-support-typescript-in-rollup-config-file
require('ts-node').register();
module.exports = require('./rollup.config.ts');