fix: live server docker build changes (#8166)

This commit is contained in:
sriram veeraghanta 2025-11-24 14:08:37 +05:30 committed by GitHub
parent e36f4f47f1
commit 0240e46f04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 8 deletions

View file

@ -1,10 +1,6 @@
{
"extends": "@plane/typescript-config/base.json",
"compilerOptions": {
"module": "ES2015",
"moduleResolution": "Bundler",
"lib": ["ES2015"],
"target": "ES2015",
"outDir": "./dist",
"rootDir": ".",
"baseUrl": ".",