digitalfabrik/integreat-app

View on GitHub
shared/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "lib": ["ES5", "ES6", "dom"],
    "outDir": "dist",
    "types": ["jest", "node"],
    "typeRoots": ["./@types", "node_modules/@types", "../node_modules/@types"]
  },
  "include": ["jest.config.ts", "jest.setup.ts", "**/*"]
}