digitalfabrik/integreat-app

View on GitHub
web/tools/tsconfig.webpack.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "commonjs",
    "noEmit": true,
    "resolveJsonModule": true,
    "target": "es2020"
  },
  "files": ["webpack.config.ts"]
}