Skip to content

Commit

Permalink
Merge pull request #49 from OriginProtocol/fix/gov
Browse files Browse the repository at this point in the history
fix: typescript config
  • Loading branch information
nick authored Sep 21, 2023
2 parents bab762f + ed488c9 commit 9597af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/governance/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"files": [
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
"../../node_modules/@nx/react/typings/image.d.ts"
"../../node_modules/@nx/react/typings/image.d.ts",
"../../libs/shared/theme/src/theme.d.ts"
],
"exclude": [
"src/**/*.spec.ts",
Expand Down

0 comments on commit 9597af3

Please sign in to comment.