You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tsconfig to emit JS files in addition to declarations (#470)
`tsconfig.build.json` is now instructing TypeScript to only emit type
declaration files instead of also emitting JavaScript files. This change
was erroneously made in a previous commit. This commit removes that
instruction.
0 commit comments