aurelia/aurelia

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "commonjs",
    "target": "es2021",
    "lib": ["esnext"],
    "resolveJsonModule": true
  }
}