Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Sep 27, 2023
1 parent 7ab6678 commit 132ae67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';

const backgroundConfig = {
input: 'src/background.js',
input: 'src/background.ts',
output: {
dir: 'dist',
format: 'cjs'
Expand Down

0 comments on commit 132ae67

Please sign in to comment.