offline-map-react
Version:
<h1 style="text-align: center">Welcome to offline-map-react 👋</h1> <p> <a href="https://www.npmjs.com/package/offline-map-react" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/offline-map-react.svg"> </a> <a href="ht
20 lines (19 loc) • 469 B
JSON
{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"jsx": "react",
"sourceMap": true,
"outDir": "dist",
"strict": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "types",
"emitDeclarationOnly": true,
"allowJs": true
},
}