Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Sep 17, 2022
1 parent 4c97147 commit d171528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/import-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ type Msg = {
const importProcessors = {
errors: [] as {node: Node, msg: Msg}[],
cacheOffset: {},
options: {} as any,
defaultOptions: {
styleExtension: 'scss',
root: '',
Expand Down

0 comments on commit d171528

Please sign in to comment.