{
  "compilerOptions": {
    "module": "esnext",
    "moduleResolution": "bundler",
    "skipLibCheck": true,
    "types": ["@anansi/webpack-config/types"<% if (features.includes('testing')) {%>, "jest"<% } %>],
    "noEmit": true
  }
}
