webpack/webpack-cli

View on GitHub
packages/generators/init-template/react/tsconfig.json.tpl

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "jsx": "react",
    "allowSyntheticDefaultImports": true,
    "noImplicitAny": true,
    "module": "es6",
    "target": "es5",
    "allowJs": true,
    "moduleResolution": "node"
  },
  "files": ["src/index.tsx", "index.d.ts"]
}