alsatian-test/alsatian

View on GitHub
packages/alsatian/tsconfig.json

Summary

Maintainability
Test Coverage
{
   "extends": "../../tsconfig.json",
   "compilerOptions": {
      "jsx": "react",
      "jsxFactory": "h",
      "outDir": "./dist",
      "resolveJsonModule": true
   },
   "exclude": [
      "./test/integration-tests",
      "../tap-bark",
      "node_modules"
   ],
   "include": [
      "./cli/**/*.ts",
      "./core/**/*.ts",
      "./test/**/*.ts",
      "./scripts/**/*.ts"
   ]
}