Skip to content

Commit

Permalink
add tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
becho2 committed Sep 12, 2022
1 parent 3a81323 commit ad895f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch12/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
/* Completeness */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src/**/*"]
"include": ["src/**/*", "users/src/getDataPromise.ts", "users/src/IUser.ts"]
}

0 comments on commit ad895f1

Please sign in to comment.