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 35ab95c commit 1a09011Copy full SHA for 1a09011
example/gauge/tsconfig.json
@@ -10,8 +10,7 @@
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 */,
14
- "types": ["@types/node", "../../src/ts/CommBus.d.ts"]
+ "jsx": "react" /* Required for FSComponent framework JSX */
15
},
16
- "include": ["**/*"]
+ "include": ["**/*", "../../src/ts/CommBus.d.ts"]
17
}
0 commit comments