UNPKG

@sparta-utils/gps-transform-utils

Version:

一个支持三参数与七参数的 GPS 坐标转换工具,适用于 WGS84 转 CGCS2000、北京54 等坐标系的正向与反向平面投影计算。

16 lines (15 loc) 356 B
{ "compilerOptions": { "target": "ES5", "module": "ES6", "lib": ["ES2015", "DOM"], // ✅ 添加此行 "declaration": true, "outDir": "./dist", "strict": true, // 其他配置 ... "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": ["src"] }