Skip to content

Commit cead22d

Browse files
authored
fix: fix build by pointing rollup config at parser.ts (#223)
1 parent 7b22308 commit cead22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var pkg = require('./package.json');
77
var external = Object.keys(pkg.dependencies);
88

99
export default {
10-
entry: 'src/parser.js',
10+
entry: 'src/parser.ts',
1111
plugins: [
1212
ts({ typescript: TypeScript }),
1313
babel(babelrc())

0 commit comments

Comments
 (0)