3.1.0 • Published 3 years ago

@averjs/typescript-runtime v3.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

@averjs/typescript-runtime

Official aver package for typescript support on the runtime side with ts-node.

Usage

Install the package

$ yarn add --dev @averjs/typescript-runtime
#or
$ npm i -D @averjs/typescript-runtime

Now you can update your scripts inside your package.json to use the new executable aver-ts.

{
  "scripts": {
    "dev": "aver-ts",
    "live": "aver-ts prod",
    "build": "aver-ts build",
    //...
  }
}

CLI

This package is just a wrapper for the official @averjs/cli. It registers ts-node in order for the node process to able to compile your runtime typescript files. The default aver cli commands are still available and can be used as usual. In addition there are the following new commands.

ts-init

This command initializes your typescript aver project, by adding the tsconfig.json and a tsconfig.server.json files to the root of your project.

3.1.0

3 years ago

3.0.0

3 years ago

3.0.0-7

3 years ago

3.0.0-6

3 years ago

3.0.0-5

3 years ago

3.0.0-3

3 years ago

3.0.0-4

3 years ago

3.0.0-2

3 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.6.3

3 years ago

2.6.2

3 years ago

3.0.0-1

3 years ago

3.0.0-0

3 years ago

2.5.2

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.4.7

3 years ago

2.4.6

3 years ago

2.4.5

3 years ago

2.4.4

3 years ago

2.4.3

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.4.2

3 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago