Josu
Josu4d ago

Deno Jupyter Lab tsconfig

Hello! I am just starting to use deno kernel in jupyter lab, I have tried this in TypeScript: const user = { name: "Daniel", age: 26, }; user.location; // this line should produce an error But this does not emit an error, I think it may be because tsconfig is not strict, but i do not find the way to configure tsconfig, is it possible? Thanks a lot!!
3 Replies
bartlomieju
bartlomieju4d ago
Hey, it's not possible right now. We're currently working on supporting TS properly in VScode for notebooks
Josu
Josu4d ago
Doest It means tha it would be better move to jupyter for VScode and left jupyter lab (actually I am using jupyerlab in docker)?
bartlomieju
bartlomieju4d ago
Possibly, you will get type checking straight in the IDE without any config