fbredius/storybook

View on GitHub
examples/angular-cli/tsconfig.json

Summary

Maintainability
Test Coverage
{
  /* tsconfig.json can have comments */
  // tsconfig.json can have comments
  "lerna": {
    "disabled": true
  },
  "compileOnSave": false,
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "target": "es5",
    "typeRoots": [
      "../../node_modules/@types",
      "node_modules/@types"
    ],
    "lib": [
      "es2017",
      "dom"
    ]
  }
}