RocketChat/Rocket.Chat

View on GitHub
apps/meteor/tsconfig.typecheck.json

Summary

Maintainability
Test Coverage
{
    "extends": "./tsconfig.json",
    "compilerOptions": {
        "skipLibCheck": true,
        "noEmit": true,
        "incremental": true,
        "allowImportingTsExtensions": true,
        "paths": {
            "mongodb": ["node_modules/mongodb"]
        }
    },
    "exclude": [".meteor", "./packages", "./imports/client", "./ee/server/services", "public/", "private"]
}