We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b0c92 commit 81eee18Copy full SHA for 81eee18
README.md
@@ -41,6 +41,10 @@ or:
41
42
tsc --module amd index.ts
43
44
+If you want TypeScript to watch for changes and recompile whenever you save a source file, add the `-w` option, e.g.:
45
+
46
+ tsc -w --module commonjs index.ts
47
48
The `--module` flag is required when using DCI because some features are achieved at runtime, so the `typescript-dci/dci` module
49
needs to be available to every DCI program. For server-side or desktop programs, use `commonjs` and it should work out of the box.
50
0 commit comments