Skip to content

Commit 1a09011

Browse files
committed
build: another typecheck fix attempt
1 parent 35ab95c commit 1a09011

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example/gauge/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
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 */,
14-
"types": ["@types/node", "../../src/ts/CommBus.d.ts"]
13+
"jsx": "react" /* Required for FSComponent framework JSX */
1514
},
16-
"include": ["**/*"]
15+
"include": ["**/*", "../../src/ts/CommBus.d.ts"]
1716
}

0 commit comments

Comments
 (0)