Skip to content

Commit 8e15aaf

Browse files
committed
docs: update README to include code-push.config.ts in TypeScript configuration
1 parent e168fe9 commit 8e15aaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ module.exports = Config;
324324
{
325325
"extends": "@react-native/typescript-config/tsconfig.json",
326326
// ...
327+
"include": [
328+
// ...
329+
+ "code-push.config.ts"
330+
],
327331
+ "ts-node": {
328332
+ "compilerOptions": {
329333
+ "module": "CommonJS",

0 commit comments

Comments
 (0)