1.1.16 • Published 6 years ago
rollup-plugin-tsc v1.1.16
rollup-plugin-tsc
A small Rollup plugin for transpiling Typescript.
Installation
npm install --save-dev rollup-plugin-tscUsage
// rollup.config.js
import tsc from "rollup-plugin-tsc";
export default {
input: "src/main.ts",
plugins: [
tsc({
// put your tsconfig here
}),
]
};The plugin simply transpiles Typescript into Javascript. To configure the Typescript compiler, the tsconfig has to be passed to the plugin. There is no need to hold a separate tsconfig.json file in the project.
1.1.16
6 years ago
1.1.15
7 years ago
1.1.14
7 years ago
1.1.13
8 years ago
1.1.12
8 years ago
1.1.11
8 years ago
1.1.10
8 years ago
1.1.9
8 years ago
1.1.8
8 years ago
1.1.7
8 years ago
1.1.6
8 years ago
1.1.5
9 years ago
1.1.4
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago