Skip to content

Commit d135fc7

Browse files
committed
Add UserInformation.ts to build
1 parent fb9abd4 commit d135fc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"resolveJsonModule": true,
1515
"esModuleInterop": true
1616
},
17-
"include": ["./src/TLNetwork.ts", "./src/wallets/IdentityWallet.ts"],
17+
"include": [
18+
"./src/TLNetwork.ts",
19+
"./src/wallets/IdentityWallet.ts",
20+
"./src/UserInformation.ts"
21+
],
1822
"compileOnSave": false,
1923
"buildOnSave": false
2024
}

0 commit comments

Comments
 (0)