UNPKG

mars-coord

Version:

[![English README](https://img.shields.io/badge/README-English-green)](./README_EN.md) [![npm version](https://img.shields.io/npm/v/mars-coord.svg?style=flat)](https://www.npmjs.com/package/mars-coord) [![License: MIT](https://img.shields.io/badge/License

16 lines (15 loc) 243 B
{ "compilerOptions": { "target": "es2018", "module": "commonjs", "outDir": "./lib", "rootDir": "./src", "strict": true, "esModuleInterop": true, "declaration": true }, "exclude": [ "test", "lib" ] }