Skip to content

Commit

Permalink
fix: register typings inside package file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 23, 2019
1 parent 11bbf4e commit 21638b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adonis-typings/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/// <reference path="./database.ts" />
/// <reference path="./orm.ts" />
/// <reference path="./querybuilder.ts" />
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build/providers",
"build/templates"
],
"typings": "./build/adonis-typings/index.d.ts",
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
Expand Down

0 comments on commit 21638b9

Please sign in to comment.