UNPKG

@deep-foundation/deeplinks

Version:

[![npm](https://img.shields.io/npm/v/@deep-foundation/deeplinks.svg)](https://www.npmjs.com/package/@deep-foundation/deeplinks) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-fo

24 lines 507 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "sourceMap": true, "noImplicitAny": false, "removeComments": true, "jsx": "react", "module": "ESNext", "moduleResolution": "node", "target": "es2015", "skipLibCheck": true, "lib": [ "dom", "es6", "es7", "es2022.error" ], "resolveJsonModule": true, "esModuleInterop": true, "isolatedModules": true, "declaration": true, } }