package.json- Either
etl.jsoretl.ts
package.json with:
etl.ts file, we’ll transpile it with:
Note that we transpile your Typescript file into ES2022Finally, we’ll run the (possibly transpiled)
etl.js directly with:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
package.jsonetl.js or etl.tspackage.json with:
npm install
etl.ts file, we’ll transpile it with:
tsc etl.ts --module NodeNext --moduleResolution NodeNext --target ES2022
Note that we transpile your Typescript file into ES2022Finally, we’ll run the (possibly transpiled)
etl.js directly with:
node etl.js