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 cf8a594 commit 76d14a4Copy full SHA for 76d14a4
rollup.config.js
@@ -1,7 +1,7 @@
1
-import typescript from '@rollup/plugin-typescript'
2
import commonjs from '@rollup/plugin-commonjs'
3
import external from 'rollup-plugin-peer-deps-external'
4
import resolve from '@rollup/plugin-node-resolve'
+import typescript from '@rollup/plugin-typescript'
5
import pkg from './package.json'
6
export default {
7
input: 'src/index.ts',
0 commit comments