diff --git a/angular/my-awesome-app/tsconfig.json b/angular/my-awesome-app/tsconfig.json index 5525117..26d915a 100644 --- a/angular/my-awesome-app/tsconfig.json +++ b/angular/my-awesome-app/tsconfig.json @@ -3,6 +3,7 @@ { "compileOnSave": false, "compilerOptions": { + "baseUrl": "./", "outDir": "./dist/out-tsc", "strict": true, "noImplicitOverride": true,