File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/class-literal-property-style */
2- /// <reference types="@microsoft/msfs-types/Pages/VCockpit/Core/VCockpit" />
2+ /// <reference types="@microsoft/msfs-types/pages/vcockpit/instruments/shared/baseinstrument" />
3+ /// <reference types="@microsoft/msfs-types/pages/vcockpit/core/vcockpit" />
34
45import { EventBus , FSComponent } from "@microsoft/msfs-sdk" ;
56import { InterfaceSample } from "./Components/InterfaceSample" ;
Original file line number Diff line number Diff line change 1010 "moduleResolution" : " node" /* Enables compatibility with MSFS SDK bare global imports */ ,
1111 "jsxFactory" : " FSComponent.buildComponent" /* Required for FSComponent framework JSX */ ,
1212 "jsxFragmentFactory" : " FSComponent.Fragment" /* Required for FSComponent framework JSX */ ,
13- "jsx" : " react" /* Required for FSComponent framework JSX */
13+ "jsx" : " react" /* Required for FSComponent framework JSX */ ,
14+ "typeRoots" : [" ../../node_modules/@types" ]
1415 },
1516 "include" : [" **/*" , " ../../src/ts/CommBus.d.ts" ]
1617}
You can’t perform that action at this time.
0 commit comments