diff --git a/tsconfig.json b/tsconfig.json index a93ee4916..0ff84f26c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,9 +12,9 @@ "noUnusedParameters": true, "strictBindCallApply": true, "outDir": "./dist", + "rootDir": "./", "strict": true, "target": "ES2018", - "baseUrl": ".", "noEmitOnError": true, "downlevelIteration": true, "incremental": true