Skip to content

Commit

Permalink
chore: fix failing build (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 authored Nov 14, 2024
2 parents 6716b28 + e071828 commit 95dc6d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/docs/.astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
1 change: 1 addition & 0 deletions apps/docs/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
3 changes: 2 additions & 1 deletion packages/nest-commander/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./../../tsconfig.build.json",
"include": ["src"],
"compilerOptions": {
"moduleResolution": "Node16"
"moduleResolution": "Node16",
"module": "Node16"
}
}

0 comments on commit 95dc6d3

Please sign in to comment.