Skip to content

Commit

Permalink
fix: efb ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
2hwk committed Apr 7, 2024
1 parent 676a3bb commit 0415b78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion fbw-a32nx/src/systems/instruments/src/EFB/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"resolveJsonModule" : true
"resolveJsonModule" : true,
"paths": {
"@instruments/common/*": ["./instruments/src/Common/*"],
"@typings/*": ["../../../fbw-common/src/typings/*"],
"@sentry/*": ["./sentry-client/src/*"],
"@failures": ["./failures/src/index.ts"],
"@fmgc/*": ["./fmgc/src/*"],
"@shared/*": ["./shared/src/*"],
"@simbridge/*": ["./simbridge-client/src/*"],
"@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"],
}
}
}

0 comments on commit 0415b78

Please sign in to comment.