UNPKG

@becklyn/contentful-adapter

Version:

[![CI](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)

15 lines (14 loc) 335 B
{ "compilerOptions": { "target": "es2017", "module": "commonjs", "declaration": true, "strict": true, "skipLibCheck": true, "esModuleInterop": true, "moduleResolution": "node", "lib": ["es2017", "dom"] }, "include": ["app"], "exclude": ["node_modules"] }