Skip to content

Commit 53f8a51

Browse files
committed
Add index.ts to project and include it in tsconfig.json
1 parent 0659056 commit 53f8a51

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

index.ts

Whitespace-only changes.

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"skipLibCheck": true /* Skip type checking all .d.ts files. */
109109
},
110110
"include": [
111+
"index.ts",
111112
"admin/index.ts",
112113
"client/index.ts",
113114
"src/**/*.ts",

0 commit comments

Comments
 (0)