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    
bokeh / server / static / js / compiler / tsconfig.ext.json
Size: Mime:
{
    "compilerOptions": {
        "noImplicitAny": true,
        "noImplicitThis": true,
        "noImplicitReturns": true,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "noImplicitOverride": false,
        "strictNullChecks": true,
        "strictBindCallApply": true,
        "strictFunctionTypes": true,
        "strictPropertyInitialization": false,
        "useUnknownInCatchVariables": true,
        "alwaysStrict": true,
        "noErrorTruncation": true,
        "noEmitOnError": false,
        "allowJs": true,
        "declaration": true,
        "sourceMap": true,
        "declarationMap": true,
        "importHelpers": false,
        "experimentalDecorators": true,
        "module": "ES2020",
        "moduleResolution": "node",
        "resolveJsonModule": true,
        "skipLibCheck": true,
        "esModuleInterop": true,
        "target": "ES2017",
        "lib": ["es2017", "dom", "dom.iterable"],
        "baseUrl": ".",
        "outDir": "./dist/lib"
    },
    "include": ["./**/*.ts"]
}