Skip to content

Commit 35ab95c

Browse files
committed
chore: make sample typecheck successfully
1 parent 4b18d09 commit 35ab95c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/gauge/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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+
"types": ["@types/node", "../../src/ts/CommBus.d.ts"]
1415
},
1516
"include": ["**/*"]
1617
}

0 commit comments

Comments
 (0)