Skip to content

Commit

Permalink
Fix EFB build again
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueberryKing committed Apr 7, 2024
1 parent 1519ca3 commit 676a3bb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions fbw-a32nx/src/systems/instruments/src/EFB/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"resolveJsonModule" : true,
"paths": {
"@instruments/common/*": ["./instruments/src/Common/*"],
"@typings/*": ["../../../fbw-common/src/typings/*"],
"@sentry/*": ["./sentry-client/src/*"],
"@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"],
}
"resolveJsonModule" : true
}
}

0 comments on commit 676a3bb

Please sign in to comment.