diff --git a/tsconfig.base.json b/tsconfig.base.json index c87319058..a6282c8c7 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,7 @@ "compileOnSave": false, "compilerOptions": { "rootDir": ".", - "strict": true + "strict": true, "baseUrl": ".", "sourceMap": false, "declaration": true,