{
  "$schema": "http://json.schemastore.org/tsconfig",
  "extends": "../_base/tsconfig.base.json",
  "include": ["../../../../../src/**/*.js"],
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "maxNodeModuleJsDepth": 1,
    "emitDeclarationOnly": true
  }
}
