Skip to content
Snippets Groups Projects
tsconfig.json 253 B
Newer Older
Zdravko Iliev's avatar
Zdravko Iliev committed
{
  "extends": "../../tsconfig.base.json",
  "files": [],
  "include": [],
  "references": [
    {
      "path": "./tsconfig.app.json"
    },
    {
      "path": "./tsconfig.spec.json"
    }
  ],
  "compilerOptions": {
    "esModuleInterop": true
  }
}