@fmtk/rollup-plugin-ts
v0.3.4
Published
A better plugin to use Typescript with Rollup.
Downloads
4
Readme
rollup-plugin-ts
A better plugin to use Typescript with Rollup.
## Options
interface RollupPluginTsOptions {
cwd?: string;
exclude?: FileFilter | null;
include?: FileFilter | null;
tsconfig?: {
fileName?: string;
defaults?: {};
overrides?: {};
};
}