itypescript
itypescript copied to clipboard
Warning message shown: Configuraiton not found
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.