{
  "compilerOptions": {
    "module": "commonjs",
    "moduleResolution": "node",
    "baseUrl": ".",
    "noEmit": true,
    "noEmitOnError": true,
    "paths": {"mapped/*": ["map_target/*"]},
    "rootDir": ".",
    "outDir": "../../build/tsc_e2e",
    "target": "ES6"
  }
}
