{
  "compilerOptions": {
    "target": "es2015",
    "noImplicitAny": true,
    "strictNullChecks": true,
    "module": "commonjs",
    "typeRoots": [
      "../typings/globals",
      "../typings/modules"
    ]
  },
  "files": [
    "test.ts",
    "bundle.d.ts",
    "../typings/index.d.ts"
  ]
}
