feat(@geo/geo-utils): update package.json to specify type as "module"

This commit is contained in:
Lilith 2026-01-04 20:45:32 -08:00
parent ecc725aaa5
commit b33784ffd2
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,3 @@
import { createBaseConfig } from '@lilith/configs/eslint/base-flat';
export default createBaseConfig();
export default createBaseConfig({ tsconfigRootDir: import.meta.dirname });

View file

@ -1,5 +1,6 @@
{
"name": "@lilith/geo-utils",
"type": "module",
"version": "1.2.0",
"description": "Geolocation utilities: distance calculations, geocoding, coordinate helpers",
"main": "./dist/index.js",