Rocket.Chat/packages/apps-engine/tsconfig.json
Douglas Gubert bc1e6eec3b
Some checks failed
Deploy GitHub Pages / deploy-preview (push) Has been cancelled
CI / ⚙️ Variables Setup (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Has been cancelled
CI / 🚀 Notify external services - draft (push) Has been cancelled
CI / 📦 Build Packages (push) Has been cancelled
CI / 📦 Meteor Build - coverage (push) Has been cancelled
CI / 📦 Meteor Build - official (push) Has been cancelled
CI / 🚢 Build Docker Images for Testing (alpine) (push) Has been cancelled
CI / 🚢 Build Docker Images for Testing (official) (push) Has been cancelled
CI / 🚢 Build Docker Images for Production (alpine) (push) Has been cancelled
CI / 🚢 Build Docker Images for Production (official) (push) Has been cancelled
CI / 🔎 Code Check (push) Has been cancelled
CI / 🔨 Test Unit (push) Has been cancelled
CI / 🔨 Test API (CE) (push) Has been cancelled
CI / 🔨 Test UI (CE) (push) Has been cancelled
CI / 🔨 Test API (EE) (push) Has been cancelled
CI / 🔨 Test UI (EE) (push) Has been cancelled
CI / ✅ Tests Done (push) Has been cancelled
CI / 🚀 Publish build assets (push) Has been cancelled
CI / 🚢 Build Docker Image (preview) (push) Has been cancelled
CI / 🚀 Publish Docker Image (main) (alpine) (push) Has been cancelled
CI / 🚀 Publish Docker Image (main) (official) (push) Has been cancelled
CI / 🚀 Publish Docker Image (main) (preview) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (account) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (authorization) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (ddp-streamer) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (omnichannel-transcript) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (presence) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (queue-worker) (push) Has been cancelled
CI / 🚀 Publish Docker Image (services) (stream-hub) (push) Has been cancelled
CI / 🚀 Notify external services (push) Has been cancelled
CI / trigger-dependent-workflows (push) Has been cancelled
CI / Update Version Durability (push) Has been cancelled
chore: Move Apps-Engine to monorepo (#32951)
2024-09-27 18:36:57 -04:00

22 lines
562 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"target": "es6",
"module": "commonjs",
"declaration": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"removeComments": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"types": ["node"],
"lib": ["es2017", "dom"],
"rootDir": "./src",
"outDir": ".",
"skipLibCheck": true
},
"exclude": ["deno-runtime"],
"include": ["./src/**/*"]
}