{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "baseUrl": "./",
    "rootDir": "./",
    "target": "es5",
    "types": ["jasmine", "node"],
    "paths": {
      "@bixi/*": ["./*"]
    },
    "esModuleInterop": true,
    "noImplicitThis": false
  },
  "files": ["test.ts", "polyfills.ts"],
  "include": ["**/*.spec.ts", "**/*.d.ts"],
  "exclude": ["**/schematics/**/*"]
}
