Skip to content

Commit

Permalink
GitHub build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Apr 1, 2024
1 parent 037779b commit a8f4bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions fbw-a32nx/src/systems/instruments/src/EFB/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@failures": ["./failures/src/index.ts"],
"@flybywiresim/fbw-sdk": ["../../../fbw-common/src/systems/index.ts"],
"@flybywiresim/flypad": ["../../../fbw-common/src/systems/instruments/src/EFB/index.ts"],
"@flybywiresim/checklists": ["../../../fbw-common/src/systems/shared/src/checklists/index.ts"],
}
}
}
3 changes: 2 additions & 1 deletion fbw-a380x/src/systems/instruments/src/EFB/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"paths": {
"@instruments/common/*": ["./instruments/src/Common/*"],
"@flybywiresim/fbw-sdk": ["../../../fbw-common/src/systems/index.ts"],
"@flybywiresim/flypad": ["../../../fbw-common/src/systems/instruments/src/EFB/index.ts"]
"@flybywiresim/flypad": ["../../../fbw-common/src/systems/instruments/src/EFB/index.ts"],
"@flybywiresim/checklists": ["../../../fbw-common/src/systems/shared/src/checklists/index.ts"]
}
}
}

0 comments on commit a8f4bc5

Please sign in to comment.