Skip to content

Commit

Permalink
chore: Added all the mjs files to the tsconfig in the city-data package
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 11, 2024
1 parent 1109dfc commit cd7dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/city-data/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", "src/**/*.mjs"],
"exclude": ["node_modules"]
}

1 comment on commit cd7dacc

@vercel
Copy link

@vercel vercel bot commented on cd7dacc 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.