diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json index 6dda22b70..436428fd1 100644 --- a/packages/cli/tsconfig.json +++ b/packages/cli/tsconfig.json @@ -4,6 +4,7 @@ "rootDir": ".", "types": ["node", "jest"], "noEmit": true, + "preserveSymlinks": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "baseUrl": "src", diff --git a/tsconfig.json b/tsconfig.json index a3a56b418..986eb63ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "incremental": true, "declaration": true, "sourceMap": true, - "preserveSymlinks": true, "skipLibCheck": true }, "exclude": ["**/dist/**/*", "**/node_modules/**/*"]