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 1
1
/* 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" />
3
4
4
5
import { EventBus , FSComponent } from "@microsoft/msfs-sdk" ;
5
6
import { InterfaceSample } from "./Components/InterfaceSample" ;
Original file line number Diff line number Diff line change 10
10
"moduleResolution" : " node" /* Enables compatibility with MSFS SDK bare global imports */ ,
11
11
"jsxFactory" : " FSComponent.buildComponent" /* Required for FSComponent framework JSX */ ,
12
12
"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" ]
14
15
},
15
16
"include" : [" **/*" , " ../../src/ts/CommBus.d.ts" ]
16
17
}
You can’t perform that action at this time.
0 commit comments