{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": "../../",
    "strictNullChecks": true
  },
  "include": ["./test/**/*", "./src/**/*"]
}
