feat(@geo/geo-utils): ✨ update package.json to specify type as "module"
This commit is contained in:
parent
ecc725aaa5
commit
b33784ffd2
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import { createBaseConfig } from '@lilith/configs/eslint/base-flat';
|
||||
|
||||
export default createBaseConfig();
|
||||
export default createBaseConfig({ tsconfigRootDir: import.meta.dirname });
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue