1.3.0 • Published 2 months ago

@adonisjs/tsconfig v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@adonisjs/tsconfig

The @adonisjs/tsconfig package exports the base TypeScript configuration for AdonisJS applications and packages.

Installation

Install the package as a development dependency from the npm packages registry.

npm i -D @adonisjs/tsconfig

# For yarn lovers
yarn add -D @adonisjs/tsconfig

# For pnpm believers
pnpm add -D @adonisjs/tsconfig

Usage

AdonisJS Package

If you are creating an AdonisJS package, you must extend from the tsconfig.package.json file.

{
  "extends": "@adonisjs/tsconfig/tsconfig.package.json",
  "compilerOptions": {
    "rootDir": "./",
    "outDir": "./build"
  }
}

AdonisJS applications

If you are creating an AdonisJS application, you must extend from the tsconfig.app.json file. AdonisJS starter kits does this by default.

{
  "extends": "@adonisjs/tsconfig/tsconfig.app.json",
  "compilerOptions": {
    "rootDir": "./",
    "outDir": "./build"
  }
}
1.3.0

2 months ago

1.2.2

2 months ago

1.2.1

4 months ago

1.2.0

5 months ago

1.1.9

6 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago