Every time I attempt to run:
ng g web-worker canvas
I consistently encounter the error message:
Cannot find base TypeScript configuration file 'tsconfig.base.json'.
After thorough examination of my files, it appears that I am indeed missing a tsconfig.base.json file.
I have scoured various resources for guidance on resolving this issue, but thus far, I have been unsuccessful. It seems that most guides are geared towards individuals upgrading from a previous version of Angular, whereas I am starting with a fresh project...
Does anyone have insight on how to generate this file?
Below is all pertinent information:
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 10.1.0
Node: 12.18.3
OS: darwin x64
Angular: 10.1.0
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes
Package Version
---------------------------------------------------------------
@angular-devkit/architect 0.1000.8
@angular-devkit/build-angular 0.1000.4
@angular-devkit/build-ng-packagr 0.1001.3
@angular-devkit/build-optimizer 0.1000.4
@angular-devkit/build-webpack 0.1000.4
@angular-devkit/core 10.0.8
@angular-devkit/schematics 10.0.8
@angular/cdk 10.2.7
@angular/localize 10.0.8
@angular/platform-webworker 8.0.0
@angular/platform-webworker-dynamic 8.0.0
@ngtools/webpack 10.0.4
@schematics/angular 10.0.8
@schematics/update 0.1001.0
ng-packagr 10.1.0
rxjs 6.6.3
typescript 4.0.3
webpack 4.46.0