We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a180c13 commit b1f40caCopy full SHA for b1f40ca
rollup.config.js
@@ -2,6 +2,7 @@ import { createPlugins } from "rollup-plugin-atomic"
2
import terserOptions from "./.terserrc.js"
3
4
const plugins = createPlugins([
5
+ "ts",
6
"js",
7
"json",
8
["terser", terserOptions],
@@ -10,7 +11,7 @@ const plugins = createPlugins([
10
11
12
export default [
13
{
- input: "lib/main.js",
14
+ input: "lib/main.ts",
15
output: [
16
17
dir: "dist",
0 commit comments