An open API service indexing awesome lists of open source software.

https://github.com/beefchimi/svgmorph

Morphin' dat vector
https://github.com/beefchimi/svgmorph

Last synced: 5 months ago
JSON representation

Morphin' dat vector

Awesome Lists containing this project

README

          

# SVG Morph

[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)

Description coming soon...

## TypeScript

Originally ,we had a dedicated `tsconfig.node.json` that contained these unique `compilerOptions`:

```json
{
"composite": true,
"allowSyntheticDefaultImports": true
}
```

We then referenced that file in `tsconfig.json` via:
`"references": [{"path": "./tsconfig.node.json"}]`