Skip to content

Commit 909023b

Browse files
Dale KunceDale Kunce
authored andcommitted
Add module type to package.json
- Eliminates ESLint warning about module type detection - Improves performance by avoiding reparsing as ES module - Aligns with modern ES module configuration
1 parent 5ad5826 commit 909023b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "missingmaps",
33
"version": "0.2.0",
4+
"type": "module",
45
"description": "",
56
"repository": {
67
"type": "git",

0 commit comments

Comments
 (0)