diff --git a/server/tsconfig.json b/server/tsconfig.json index 2639a901..5955d391 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -14,12 +14,7 @@ "removeComments": true, "sourceMap": true, - // "composite": true, - // "declaration": true, - // "tsBuildInfoFile": "./dist/server/main.tsbuildinfo", - // "rootDir": "server", "outDir": "../dist/server", - // "baseUrl": "./server/", "paths": {}, }, "include": ["./**/*"],