Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-deps / tsconfig.json
Size: Mime:
{
  "compilerOptions": {
    "outDir": "dist",
    "module": "commonjs",
    "target": "es5",
    "lib": ["dom", "es6", "es2015", "es2016", "es2017", "es2018", "esnext"],

    "esModuleInterop": false,
    "allowSyntheticDefaultImports": false,

    "skipDefaultLibCheck": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "allowJs": false,
    "declaration": false,
    "moduleResolution": "node",
    "noEmitOnError": false,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": false,
    "forceConsistentCasingInFileNames": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noImplicitAny": false,
    "strictNullChecks": false,
    "suppressImplicitAnyIndexErrors": true,
    "noUnusedLocals": false
  },
  "include": ["src/*", "deps/*"],
  "exclude": ["public", "node_modules", "scripts", "dist", "typings"]
}