NaturalCycles/js-lib

View on GitHub
tsconfig.esm.prod.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "sourceMap": false,
    "skipLibCheck": true, // because of the error in @types/markdown-it
    "target": "es2020", // targets es2020+ browsers: https://caniuse.com/sr_es11
  },
  "exclude": ["**/__exclude", "src/test", "src/**/*.test.*"],
}