Open mjbvz opened 3 months ago
From https://github.com/microsoft/vscode/pull/225145
Trying to enable the new noUncheckedSideEffectImports typescript flag, I noticed that index.d.ts contains the import:
noUncheckedSideEffectImports
index.d.ts
import '@tensorflow/tfjs-backend-cpu';
Since there isn't a dependency on @tensorflow, this import can't be resolved and should likely be removed
@tensorflow
From https://github.com/microsoft/vscode/pull/225145
Trying to enable the new
noUncheckedSideEffectImports
typescript flag, I noticed thatindex.d.ts
contains the import:Since there isn't a dependency on
@tensorflow
, this import can't be resolved and should likely be removed