Skip to content

Commit

Permalink
chore: update typescript
Browse files Browse the repository at this point in the history
import module declaration seems work

I tried this version locally in ProFID with `npm pack`.
Set the dependency to absolute path of pack.
`npm install` and no typescript module resolution errors.
  • Loading branch information
tpoisseau committed Aug 27, 2024
1 parent 65cb8c2 commit aa195ad
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.4.5"
"typescript": "^5.5.4"
},
"dependencies": {
"@apollo/server": "^4.9.5",
Expand Down

0 comments on commit aa195ad

Please sign in to comment.