vscode npm import not recognizing all package contents

Deno itself seems to be importing the package and its contents just fine, but vscode only recognizes certain exports. In this case, the tensorflow function "tf.sequential" works when the program is run, but vscode is not recognizing it. Only two properties are recognized: tf.data and tf.version
Screen_Shot_2024-07-06_at_1.55.59_AM.png
Screen_Shot_2024-07-06_at_1.36.42_AM.png
Was this page helpful?