Add leaflet-ant-path deps

This commit is contained in:
itskovacs 2025-07-19 17:43:02 +02:00
parent d15f6a284f
commit 2ffbcbf57d
3 changed files with 4 additions and 6 deletions

View File

@ -29,6 +29,7 @@
"@types/leaflet": "^1.9.19",
"@types/leaflet.markercluster": "^1.5.5",
"leaflet-contextmenu": "^1.4.0",
"leaflet-ant-path": "1.3.0",
"leaflet.markercluster": "^1.5.3",
"tailwindcss": "^4.1.8",
"tailwindcss-primeui": "^0.6.1",

1
src/src/app/decs.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare module "leaflet-ant-path";

View File

@ -6,10 +6,6 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts", "decs.d.ts"]
}