winnekes / itypescript

ITypescript is a typescript kernel for the Jupyter notebook (A modified version of IJavascript)
Other
190 stars 29 forks source link

Warning message shown: Configuraiton not found #33

Open euberdeveloper opened 2 years ago

euberdeveloper commented 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}

image

gnuanu commented 2 years ago

Simple fix, create a tsconfig.json in the root folder of your notebook. And copy that default configuration to it.