itypescript icon indicating copy to clipboard operation
itypescript copied to clipboard

Warning message shown: Configuraiton not found

Open euberdeveloper opened this issue 2 years ago • 1 comments

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

euberdeveloper avatar May 24 '22 21:05 euberdeveloper

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

gnuanu avatar Sep 16 '22 13:09 gnuanu