We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b18d09 commit 35ab95cCopy full SHA for 35ab95c
example/gauge/tsconfig.json
@@ -10,7 +10,8 @@
10
"moduleResolution": "node" /* Enables compatibility with MSFS SDK bare global imports */,
11
"jsxFactory": "FSComponent.buildComponent" /* Required for FSComponent framework JSX */,
12
"jsxFragmentFactory": "FSComponent.Fragment" /* Required for FSComponent framework JSX */,
13
- "jsx": "react" /* Required for FSComponent framework JSX */
+ "jsx": "react" /* Required for FSComponent framework JSX */,
14
+ "types": ["@types/node", "../../src/ts/CommBus.d.ts"]
15
},
16
"include": ["**/*"]
17
}
0 commit comments