Open euberdeveloper opened 2 years ago
After the first cell, this warning is shown:
Configuration is not found! Default configuration will be used: {"module":1,"target":1,"moduleResolution":2,"esModuleInterop":true}
Simple fix, create a tsconfig.json in the root folder of your notebook. And copy that default configuration to it.
tsconfig.json
After the first cell, this warning is shown: