diff --git a/plugins/tech-radar/tsconfig.json b/plugins/tech-radar/tsconfig.json index 2ebb4a8..0e2d2cf 100644 --- a/plugins/tech-radar/tsconfig.json +++ b/plugins/tech-radar/tsconfig.json @@ -11,6 +11,6 @@ "removeComments": true, "strictNullChecks": true, "target": "es6", - "typeRoots": ["../../node_modules/@types", "./node_modules/@types"] + "typeRoots": ["../../node_modules/@types", "./node_modules/@types"], } }