2.1.0 • Published 3 years ago

adonis-preset-ts v2.1.0

Weekly downloads
2,640
License
MIT
Repository
github
Last release
3 years ago

Adonis Preset Typescript

This module contains the base config files (recommended by the core team) for typescript to be extended by your AdonisJS typescript projects.

Usage

Install the package from npm registry as follows

npm i -D adonis-preset-ts

# yarn
yarn add -D adonis-preset-ts

and then setup your config file to extend the base config

tsconfig.json

{
  "extends": "./node_modules/adonis-preset-ts/tsconfig",
  "compilerOptions": {
    "types": [
      "@adonisjs/core"
    ],
    "paths": {
      "App/*": [ "./app/*" ],
      "Contracts/*": [ "./contracts/*" ]
    }
  }
}
2.1.0

3 years ago

2.0.0

3 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago