diff --git a/tsconfig.json b/tsconfig.json index 62107507ac..bb1c3eb496 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,8 +21,8 @@ "emitDecoratorMetadata": true, "resolveJsonModule": true, "typeRoots": [ - "node_modules/@types", - "src/@types" + "./node_modules/@types", + "./src/@types" ] }, "compileOnSave": false,