Skip to content

Commit

Permalink
fix: typescript build (#63)
Browse files Browse the repository at this point in the history
Import module declaration seems work
  • Loading branch information
tpoisseau authored Aug 27, 2024
1 parent b914140 commit fb69c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions adonis-typings/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/triple-slash-reference */
/* eslint-disable import/no-unassigned-import */

/// <reference path="./container.ts" />
/// <reference path="./server.ts" />
import './container';
import './server';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
"typescript": "=5.5.4"
},
"dependencies": {
"@apollo/server": "^4.9.5",
Expand Down

0 comments on commit fb69c00

Please sign in to comment.