armanozak/snq

View on GitHub
tsconfig.base.json

Summary

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