winnekes / itypescript

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

Cannot find name $TS #19

Open MatthewAlner opened 4 years ago

MatthewAlner commented 4 years ago

Any Ideas?

Screenshot 2020-04-17 00 27 10

my tsconfig.json

{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "strict": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true 
  }
}