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
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,9 @@ If you need to configure the script at runtime, use environment variables and op
29
29
30
30
### TypeScript
31
31
32
-
cronometro uses [ts-node](https://www.npmjs.com/package/ts-node) to compile TypeScript fileson the fly.
32
+
cronometro can run on TypeScript files. Type deletion happens on the fly with no additional configuration required.
33
33
34
-
ts-node and TypeScript are not installed automatically by cronometro (as they are listed in `peerDependencies`) so you need to do it manually.
35
-
36
-
To pass the `tsconfig.json` project file to use, use the `TS_NODE_PROJECT` environment variable.
34
+
Use the `TS_NODE_PROJECT` environment variable to provide a TypeScript configuration.
37
35
38
36
### API use
39
37
@@ -102,10 +100,10 @@ Each property value is a object with the following properties:
0 commit comments