Skip to content

Commit

Permalink
policy update
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Sep 13, 2024
1 parent df99d08 commit 8804fcc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,8 @@
"chokidar>normalize-path": true,
"chokidar>readdirp": true,
"del>is-glob": true,
"eslint>glob-parent": true
"eslint>glob-parent": true,
"tsx>fsevents": true
}
},
"chokidar>anymatch": {
Expand Down Expand Up @@ -8888,6 +8889,13 @@
"typescript": true
}
},
"tsx>fsevents": {
"globals": {
"console.assert": true,
"process.platform": true
},
"native": true
},
"typescript": {
"builtin": {
"buffer.Buffer": true,
Expand Down

0 comments on commit 8804fcc

Please sign in to comment.