aurelia/aurelia

View on GitHub
examples/realworld-conventions/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "lib": [
      "esnext",
      "dom"
    ],
    "module": "esnext",
    "moduleResolution": "node",
    "skipLibCheck": true,
    "strict": true,
    "outDir": "dist",
    "rootDir": "src",
    "target": "es2018",
    "types": [
      "aurelia"
    ]
  },
  "include": [
    "src"
  ]
}