Skip to content

Commit

Permalink
chore: Added then env.mjs file to the typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 11, 2024
1 parent aaa967c commit 1109dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
"include": ["src", "../../reset.d.ts"],
"include": ["src", "../../reset.d.ts", "*.mjs"],
"exclude": ["node_modules"]
}

1 comment on commit 1109dfc

@vercel
Copy link

@vercel vercel bot commented on 1109dfc Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.