-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make typescript compile #20
Conversation
8582f73
to
017654c
Compare
@michaelglass there is indeed something strange going on here that we should look into, what strikes me off the bat is that the regular Can we move this PR into draft? |
017654c
to
0145251
Compare
packages/chat-widget/tsconfig.json
Outdated
@@ -1,9 +1,10 @@ | |||
{ | |||
"compilerOptions": { | |||
"target": "es6", | |||
"module": "esnext", | |||
"module": "nodenext", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the meat of this change. Unclear to me why targeting esnext
won't pull in types.d.ts
but it apparently doesn't :-/
0145251
to
4f0aa89
Compare
npx tsc now compiles the chat widget