Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Oct 6, 2023
1 parent aa8ecbb commit bb38c0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/trusted/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"tsBuildInfoFile": "../../build/trusted.tsbuildinfo",
"composite": true
},
"references": [{ "path": "../types" }, { "path": "../untrusted" }, { "path": "../test" }],
"references": [
{ "path": "../types" },
{ "path": "../untrusted" },
{ "path": "../test" }
],
"include": ["**/*", "**/*.json"]
}

0 comments on commit bb38c0e

Please sign in to comment.