[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/feakin/feakin-web/master/tsconfig.base.json [Back]  [Original]

{
  "compileOnSave": false,
  "compilerOptions": {
    "rootDir": ".",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "importHelpers": true,
    "target": "es2015",
    "module": "esnext",
    "lib": ["es2017", "dom"],
    "skipLibCheck": true,
    "skipDefaultLibCheck": true,
    "baseUrl": ".",
    "paths": {
      "@feakin/exporter": ["packages/exporter/src/index.ts"],
      "@feakin/model": ["packages/model/src/index.ts"]
    }
  },
  "exclude": ["feakin/node_modules", "tmp"]
}

Web Proxy Viewer  |  New URL  |  Original Page