Skip to content

Commit

Permalink
add pollingController to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Oct 6, 2023
1 parent 57b2884 commit e10b445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/assets-controllers/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{ "path": "../base-controller/tsconfig.build.json" },
{ "path": "../controller-utils/tsconfig.build.json" },
{ "path": "../network-controller/tsconfig.build.json" },
{ "path": "../preferences-controller/tsconfig.build.json" }
{ "path": "../preferences-controller/tsconfig.build.json" },
{ "path": "../polling-controller/tsconfig.build.json" }
],
"include": ["../../types", "./src"]
}
3 changes: 2 additions & 1 deletion packages/assets-controllers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
{ "path": "../base-controller" },
{ "path": "../controller-utils" },
{ "path": "../network-controller" },
{ "path": "../preferences-controller" }
{ "path": "../preferences-controller" },
{ "path": "../polling-controller" }
],
"include": ["../../types", "./src"]
}

0 comments on commit e10b445

Please sign in to comment.