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
The build and tests use webpack to compile all the source modules into one bundled module that can execute in the browser.
38
+
39
+
## Known Problems:
40
+
Currently the biggest problem is that `.d.ts` file is not automatically generated.
41
+
The typescript compiler can output declaration files for each typescript file but does not yet have the capability to output a single declaratione file from multiple modules.
0 commit comments