XYOracleNetwork/sdk-core-nodejs

View on GitHub
tsconfig.build.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": ["src"],
  "exclude": ["*.spec.ts", "**/spec/**/*"]
}