trufflesuite/truffle

View on GitHub
packages/dashboard/tsconfig.server.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "jsx": "react",
    "sourceMap": true,
    "declaration": true,
    "esModuleInterop": true,
    "lib": ["esnext", "dom"],
    "skipLibCheck": true,
    "target": "es6",
    "moduleResolution": "node",
    "downlevelIteration": true,
    "allowSyntheticDefaultImports": true,
    "module": "commonjs",
    "outDir": "./dist",
    "strictBindCallApply": true,
    "strictNullChecks": true,
    "rootDir": ".",
    "baseUrl": ".",
    "types": ["jest", "react", "node"]
  },
  "include": ["lib/**/*", "bin/**/*"]
}