nukeop/nuclear

View on GitHub
packages/scanner/tsconfig.json

Summary

Maintainability
Test Coverage
{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
      "module": "commonjs",
      "lib": ["ESNext"],
      "outDir": "dist",
      "allowJs": true,
      "strict": false,
      "typeRoots": [
        "typings",
        "../../node_modules/@types"
      ]
    },
    "include": [
        "./index.d.ts"
    ],
    "exclude": [
      "node_modules/@nuclear/*/test",
      "node_modules/@nuclear/**/*.test*",
      "node_modules/@nuclear/ui/stories",
      "../ui/stories",
      "../*/test"
    ]
  }